mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:44:03 +02:00
ase: fix missing dependency
This commit is contained in:
parent
0a3529e86e
commit
896375bd23
@ -38,7 +38,7 @@ endef
|
|||||||
define Package/ase
|
define Package/ase
|
||||||
$(call Package/ase/Default)
|
$(call Package/ase/Default)
|
||||||
TITLE +=
|
TITLE +=
|
||||||
DEPENDS:=+liballegro +libpng +libjpeg +libgd +libfreetype
|
DEPENDS:=+liballegro +libpng +libjpeg +libgd +libfreetype +libstdcpp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ase/description
|
define Package/ase/description
|
||||||
|
Loading…
Reference in New Issue
Block a user