dsl-qos-queue does not compile on 2.6.27, but it would not compile at all since it...
[openwrt/svn-archive/archive.git] / Xorg / proto / renderproto / Makefile
index f870bd26fbea4ad261eb28a0e896d7e2db30ca84..9d720e0c6d0ecc659b5af9dfee5efcfbaaac727e 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2008 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -12,7 +12,7 @@ PKG_RELEASE:=3
 PKG_VERSION:=0.9.3
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/proto/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
+PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -20,7 +20,7 @@ define Package/renderproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @DISPLAY_SUPPORT
+  DEPENDS:=
   TITLE:=renderproto
   URL:=http://xorg.freedesktop.org/
 endef