diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-26 08:21:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-26 08:21:49 +0000 |
commit | 997bb7e78852628013d2060791cde7eb6b6be1c1 (patch) | |
tree | 92987bf8e3fb57786beb6c93571f830ea58b5ca1 /package | |
parent | 372803aa21759a45380606f1b3f4aa4d56b84751 (diff) |
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')
-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 a35e5ebfe..51334d026 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 |