mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 01:09:41 +02:00
scummvm: use ICONV notation
This commit is contained in:
parent
a3dc29559d
commit
cecaa7d8a9
@ -12,10 +12,11 @@ PKG_RELEASE:=2
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_CAT:=bzcat
|
PKG_CAT:=bzcat
|
||||||
PKG_BUILD_DEPENDS:=+libiconv +libsdl +libsdl_sound +libsdl_mixer
|
PKG_BUILD_DEPENDS:=$(ICONV_DEPENDS) +libsdl +libsdl_sound +libsdl_mixer
|
||||||
DEPENDS:=libiconv libsdl libsdl_sound libsdl_mixer
|
DEPENDS:=$(ICONV_DEPENDS) libsdl libsdl_sound libsdl_mixer
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/scummvm
|
define Package/scummvm
|
||||||
TITLE:=free implementation of LucasArts SCUMM interpreter
|
TITLE:=free implementation of LucasArts SCUMM interpreter
|
||||||
|
Loading…
Reference in New Issue
Block a user