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 | 630d42077a15021788865a3ccad5d84cc372a03d (patch) | |
tree | 37f56260020f5d35260363f50e3212ee76dc97ed /openwrt/package/lcd4linux/Makefile | |
parent | a0ec42b3edf53bd9f5419b8f95f06cfe5a386126 (diff) | |
download | mtk-20170518-630d42077a15021788865a3ccad5d84cc372a03d.zip mtk-20170518-630d42077a15021788865a3ccad5d84cc372a03d.tar.gz mtk-20170518-630d42077a15021788865a3ccad5d84cc372a03d.tar.bz2 |
add --without-x to lcd4linux configure
SVN-Revision: 721
Diffstat (limited to 'openwrt/package/lcd4linux/Makefile')
-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 a35e5eb..51334d0 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 |