1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:17:36 +03:00

Fix lcd4linux package, remove PNG driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@948 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-19 05:49:38 +00:00
parent 881ef53d90
commit 9934f413ee
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LCD4LINUX
tristate "lcd4linux - Program to access an external LCD"
default m if CONFIG_DEVEL
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_LIBNCURSES
help
LCD4Linux

View File

@ -24,7 +24,6 @@ $(PKG_BUILD_DIR)/.configured:
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
LIBS="-lpng12 -lz" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@ -46,7 +45,7 @@ $(PKG_BUILD_DIR)/.configured:
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
--without-x \
--with-drivers='all,!RouterBoard,!X11' \
--with-drivers='all,!PNG,!RouterBoard,!X11' \
--with-plugins=wireless \
)
touch $@