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 | e4e9fab6232ee1fb7efd05224e947f3feff66a2a (patch) | |
tree | 37f56260020f5d35260363f50e3212ee76dc97ed | |
parent | 3f0279353d08e7cadd131afcf005f9e3850a9610 (diff) |
add --without-x to lcd4linux configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@721 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/lcd4linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index a35e5ebfe1..51334d0265 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/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 |