xserver_xorg-server: fix dbus/udev configure problem
authorSimon Dawson <spdawson@gmail.com>
Sun, 23 Sep 2012 02:18:20 +0000 (02:18 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 Sep 2012 18:53:30 +0000 (20:53 +0200)
commit21a5f16edb8d28da0df19d82f0655e2b49e2abaa
treeafa0bcb6eec7a71c141d10d7395796b1f2fea381
parent31b45a8c72b365c09100a7cb99c82c8e63d1b479
xserver_xorg-server: fix dbus/udev configure problem

If both the dbus and udev packages are selected, then the configure step
for the xserver_xorg-server package fails as follows.

  configure: error: Hotplugging through both libudev and dbus/hal not allowed

The configure script no longer allows both the --enable-config-dbus
and --enable-config-udev options to be specified.

This patch changes the xserver_xorg-server makefile to use udev in preference
to dbus, when both are available.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/xserver_xorg-server/xserver_xorg-server.mk