mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:54:04 +02:00
libsdl-gfx, add -liconv to CONFIGURE_VARS
This commit is contained in:
parent
1e33f13cf5
commit
0308bbce47
@ -33,7 +33,7 @@ endef
|
|||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
LIBS="-lSDL -ldirect -ldirectfb -lfusion"
|
LIBS="-lSDL -ldirect -ldirectfb -lfusion -liconv"
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
|
Loading…
Reference in New Issue
Block a user