fix missing x86 dependency to some XOrg makefiles
[openwrt/svn-archive/archive.git] / XOrg / misc / x-bkgd-images / Makefile
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 # blogic@openwrt.org
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=x-bkgd-images
12 PKG_VERSION:=1
13 PKG_RELEASE:=1
14
15 include $(INCLUDE_DIR)/package.mk
16
17 define Package/x-bkgd-images
18 SECTION:=xorg-misc
19 CATEGORY:=Xorg
20 SUBMENU:=misc
21 TITLE:=Background images for X
22 DEPENDS:=@TARGET_x86
23 endef
24
25 define Build/Configure
26 echo
27 endef
28
29 define Build/Compile
30 echo
31 endef
32
33 define Package/x-bkgd-images/install
34 $(call pkg_install_files,`pwd`/files,$(1),/usr/share/X11/)
35 endef
36
37 $(eval $(call BuildPackage,x-bkgd-images))