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