aboutsummaryrefslogtreecommitdiffstats
path: root/package/lcd4linux/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 05:49:38 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 05:49:38 +0000
commit349cc851a0d02697373b01a5ddaab9832cc8fe02 (patch)
tree7469678f9895fee80dda4b8bea07257c17a70a19 /package/lcd4linux/Makefile
parentad39d60e6bb1ac07542588208e07d90c584ac9e3 (diff)
downloadmaster-187ad058-349cc851a0d02697373b01a5ddaab9832cc8fe02.tar.gz
master-187ad058-349cc851a0d02697373b01a5ddaab9832cc8fe02.tar.bz2
master-187ad058-349cc851a0d02697373b01a5ddaab9832cc8fe02.zip
Fix lcd4linux package, remove PNG driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lcd4linux/Makefile')
-rw-r--r--package/lcd4linux/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/lcd4linux/Makefile b/package/lcd4linux/Makefile
index 5586e65f00..04bde6915c 100644
--- a/package/lcd4linux/Makefile
+++ b/package/lcd4linux/Makefile
@@ -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 $@