diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 05:49:38 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 05:49:38 +0000 |
commit | 9934f413eed57d655803014ce29c9b30e25b079e (patch) | |
tree | d805892874f95c3d86664a6e84d2702707fd2d71 /openwrt | |
parent | 881ef53d90479df53c308a2470cdb48d8da267f6 (diff) |
Fix lcd4linux package, remove PNG driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/lcd4linux/Config.in | 4 | ||||
-rw-r--r-- | openwrt/package/lcd4linux/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/openwrt/package/lcd4linux/Config.in b/openwrt/package/lcd4linux/Config.in index e04e2f95b7..c08212c320 100644 --- a/openwrt/package/lcd4linux/Config.in +++ b/openwrt/package/lcd4linux/Config.in @@ -1,10 +1,10 @@ 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 - https://ssl.bulix.org/projects/lcd4linux/wiki/Howto + https://ssl.bulix.org/projects/lcd4linux/wiki/Howto diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index 5586e65f00..04bde6915c 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/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 $@ |