mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:41:53 +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)
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
LIBS="-lSDL -ldirect -ldirectfb -lfusion"
|
||||
LIBS="-lSDL -ldirect -ldirectfb -lfusion -liconv"
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user