set libpng prefix to staging_dir/usr
[openwrt.git] / openwrt / package / lcd4linux / Makefile
index c283a61..51334d0 100644 (file)
@@ -1,14 +1,12 @@
-#############################################################
-#
-# lcd4linux
-#
-#############################################################
+# $Id$
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lcd4linux
 PKG_VERSION:=0.10.0-RC1
 PKG_RELEASE:=1
 PKG_MD5SUM:=bab64ac01ebdce7e46ab367351af839f
+
 PKG_SOURCE_URL:=@SF/lcd4linux/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -37,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
This page took 0.022809 seconds and 4 git commands to generate.