mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:29:21 +02:00
libsdl-image, add -liconv to CONFIGURE_VARS
This commit is contained in:
parent
1a1d25d260
commit
3d0c2c5c3e
@ -38,7 +38,7 @@ CONFIGURE_ARGS += \
|
|||||||
--with-sdl-exec-prefix=$(STAGING_DIR)
|
--with-sdl-exec-prefix=$(STAGING_DIR)
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
LIBS="-lSDL -ldirect -ldirectfb -lfusion"
|
LIBS="-lSDL -ldirect -ldirectfb -lfusion -liconv"
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib/pkgconfig
|
$(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib/pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user