From 997bb7e78852628013d2060791cde7eb6b6be1c1 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 26 Apr 2005 08:21:49 +0000 Subject: [PATCH 1/1] 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 a35e5ebfe..51334d026 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 -- 2.35.1