mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 18:21:07 +00:00
Fix lcd4linux package, remove PNG driver
SVN-Revision: 948
This commit is contained in:
parent
ee8ff77eab
commit
33c6533b57
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LCD4LINUX
|
config BR2_PACKAGE_LCD4LINUX
|
||||||
tristate "lcd4linux - Program to access an external LCD"
|
tristate "lcd4linux - Program to access an external LCD"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_LIBNCURSES
|
||||||
help
|
help
|
||||||
LCD4Linux
|
LCD4Linux
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||||
LIBS="-lpng12 -lz" \
|
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
@ -46,7 +45,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
$(DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--without-x \
|
--without-x \
|
||||||
--with-drivers='all,!RouterBoard,!X11' \
|
--with-drivers='all,!PNG,!RouterBoard,!X11' \
|
||||||
--with-plugins=wireless \
|
--with-plugins=wireless \
|
||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user