aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 16:10:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 23:12:20 +0200
commit9b49b9b6431e4658c27fecf883396f428ca3f7b8 (patch)
tree703a7fca24d9e6779222e2126e423a2119963f20 /recipes/xorg-xserver
parent3648dfb64d8bf9b883567a2329ee5ea6cc8af044 (diff)
downloadopenembedded-9b49b9b6431e4658c27fecf883396f428ca3f7b8.tar.gz
xorg-xserver-common: use udev for SHR as DISTRO_XORG_CONFIG_MANAGER
* libudev dependency doesn't hurt so much * usefull for other supported machines than gta0[12] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xorg-xserver-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xorg-xserver-common.inc b/recipes/xorg-xserver/xorg-xserver-common.inc
index 82fc7a6ff3..29e3b1029c 100644
--- a/recipes/xorg-xserver/xorg-xserver-common.inc
+++ b/recipes/xorg-xserver/xorg-xserver-common.inc
@@ -8,7 +8,7 @@ PROVIDES = "virtual/xserver"
# Config manager for xserver, options are: hal, udev, empty (for configuration in xorg.conf)
DISTRO_XORG_CONFIG_MANAGER ?= "hal"
-DISTRO_XORG_CONFIG_MANAGER_shr ?= ""
+DISTRO_XORG_CONFIG_MANAGER_shr ?= "udev"
# default none, enabled by DISTRO_XORG_CONFIG_MANAGER setting
CONFIG_MANAGER_OPTION += "${@['--disable-config-hal','--enable-config-hal',''][bb.data.getVar('DISTRO_XORG_CONFIG_MANAGER',d) in ['hal']]}"