diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 05:49:38 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 05:49:38 +0000 |
commit | 33c6533b57454b1b0063c156bf0c60845d87fd17 (patch) | |
tree | d805892874f95c3d86664a6e84d2702707fd2d71 /openwrt/package/lcd4linux/Makefile | |
parent | ee8ff77eabcf4733d4ff63541d928e59bb722bac (diff) | |
download | mtk-20170518-33c6533b57454b1b0063c156bf0c60845d87fd17.zip mtk-20170518-33c6533b57454b1b0063c156bf0c60845d87fd17.tar.gz mtk-20170518-33c6533b57454b1b0063c156bf0c60845d87fd17.tar.bz2 |
Fix lcd4linux package, remove PNG driver
SVN-Revision: 948
Diffstat (limited to 'openwrt/package/lcd4linux/Makefile')
-rw-r--r-- | openwrt/package/lcd4linux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index 5586e65..04bde69 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 $@ |