added default background image for X
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a5c2570947
commit
1ee6671439
36
XOrg/misc/x-bkgd-images/Makefile
Normal file
36
XOrg/misc/x-bkgd-images/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# blogic@openwrt.org
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=x-bkgd-images
|
||||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/x-bkgd-images
|
||||
SECTION:=xorg-misc
|
||||
CATEGORY:=Xorg
|
||||
SUBMENU:=misc
|
||||
TITLE:=Background images for X
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
echo
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
echo
|
||||
endef
|
||||
|
||||
define Package/x-bkgd-images/install
|
||||
$(call pkg_install_files,`pwd`/files,$(1),/usr/share/X11/)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,x-bkgd-images))
|
@ -0,0 +1 @@
|
||||
openwrt-1.png
|
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Loading…
x
Reference in New Issue
Block a user