diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-26 08:21:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-26 08:21:49 +0000 |
commit | b7ab9affe485d162cf78e9435a7db087e9772f8a (patch) | |
tree | 92987bf8e3fb57786beb6c93571f830ea58b5ca1 /package/lcd4linux | |
parent | c73395fcda3f6f6df678070b12f304d11d23077a (diff) | |
download | upstream-b7ab9affe485d162cf78e9435a7db087e9772f8a.tar.gz upstream-b7ab9affe485d162cf78e9435a7db087e9772f8a.tar.bz2 upstream-b7ab9affe485d162cf78e9435a7db087e9772f8a.zip |
add --without-x to lcd4linux configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@721 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lcd4linux')
-rw-r--r-- | package/lcd4linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/lcd4linux/Makefile b/package/lcd4linux/Makefile index a35e5ebfe1..51334d0265 100644 --- a/package/lcd4linux/Makefile +++ b/package/lcd4linux/Makefile @@ -35,6 +35,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.patched --build=$(GNU_HOST_NAME) \ --prefix=/usr \ --sysconfdir=/etc \ + --without-x \ --with-drivers='all,!RouterBoard,!X11' \ --with-plugins=wireless ) touch $(PKG_BUILD_DIR)/.configured |