From b7ab9affe485d162cf78e9435a7db087e9772f8a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 26 Apr 2005 08:21:49 +0000
Subject: add --without-x to lcd4linux configure

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@721 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/lcd4linux/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lcd4linux/Makefile b/package/lcd4linux/Makefile
index a35e5ebfe1..51334d0265 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
-- 
cgit v1.2.3