From 630d42077a15021788865a3ccad5d84cc372a03d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 26 Apr 2005 08:21:49 +0000 Subject: [PATCH] add --without-x to lcd4linux configure SVN-Revision: 721 --- openwrt/package/lcd4linux/Makefile | 1 + 1 file changed, 1 insertion(+) 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