blogic 0f1bb2b676 make xinit a essential dependency of XOrg
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 21:58:32 +00:00

49 lines
1016 B
Makefile

#
# 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:=xorg-server-X11R7.2-essentials
PKG_RELEASE:=1
PKG_VERSION:=1
include $(INCLUDE_DIR)/package.mk
define Package/xorg-server-X11R7.2-essentials
SECTION:=xorg-meta
CATEGORY:=Xorg
TITLE:=Xorg server essentials
URL:=http://xorg.freedesktop.org/
DEPENDS:=+xorg-server-X11R7.2 \
+font-alias-X11R7.0 \
+font-base \
+font-cursor-misc-X11R7.0 \
+xf86-input-mouse-X11R7.2 \
+xf86-video-vesa-X11R7.2 \
+xf86-video-vga-X11R7.1 \
+xf86-input-evdev-X11R7.1 \
+xf86-input-keyboard-X11R7.2 \
+xinit-X11R7.2 \
@TARGET_x86
endef
define Build/Configure
echo
endef
define Build/Compile
echo
endef
define Package/xorg-server-X11R7.2-essentials/install
$(INSTALL_DIR) $(1)/root
$(CP) files/xinitrc $(1)/root/.xinitrc
endef
$(eval $(call BuildPackage,xorg-server-X11R7.2-essentials))