xorg-xserver-common.inc: add virtual/xserver-xf86 to PROVIDES, to be able to blacklist xserver-xf86-lite from oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2011-04-18 10:20:04 +02:00
parent d68b6681cc
commit d3d30a1362

View File

@ -5,7 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
INC_PR = "r18"
PROVIDES = "virtual/xserver"
# xf86-*-* packages depend on an X server built with the xfree86 DDX
# so we have a virtual to represent that:
PROVIDES = "virtual/xserver-xf86"
# Other packages tend to just care that there is *an* X server:
PROVIDES += "virtual/xserver"
# Config manager for xserver, options are: hal, udev, empty (for configuration in xorg.conf)
DISTRO_XORG_CONFIG_MANAGER ?= "hal"