summaryrefslogtreecommitdiff
path: root/openwrt/package/lcd4linux/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-26 08:21:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-26 08:21:49 +0000
commit630d42077a15021788865a3ccad5d84cc372a03d (patch)
tree37f56260020f5d35260363f50e3212ee76dc97ed /openwrt/package/lcd4linux/Makefile
parenta0ec42b3edf53bd9f5419b8f95f06cfe5a386126 (diff)
downloadmtk-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/Makefile1
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