fixes conditional in Xorg Makefile
[openwrt/svn-archive/archive.git] / XOrg / proto / kbproto / Makefile
index 5c6f4a27740af62108df002dc0bd0236d71a12e0..014b755c35fd79e0ed47601452ff2a0c69022495 100644 (file)
@@ -20,13 +20,13 @@ define Package/kbproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=kbproto
   URL:=http://xorg.freedesktop.org/
 endef
 
 define Build/InstallDev
-       DESTDIR=$(STAGING_DIR) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
+       DESTDIR=$(1) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
 endef
 
 define Build/Compile