config_query_option XORG_SERVER_OPTS \
- "Build GLX with Thread Local Storage support?" \
- n \
- "--enable-glx-tls" \
- "--disable-glx-tls"
&&
-
-config_query_option XORG_SERVER_OPTS \
"Build DRI extension?" \
y \
"--enable-dri" \
diff --git a/xorg-xserver/xorg-server/DEPENDS
b/xorg-xserver/xorg-server/DEPENDS
index 8b205fe..57adc13 100755
--- a/xorg-xserver/xorg-server/DEPENDS
+++ b/xorg-xserver/xorg-server/DEPENDS
@@ -51,6 +51,11 @@ optional_depends libxvmc \
"--disable-xvmc" \
"Enable support for XvMC" &&
+optional_depends LOGIN-DAEMON \
+ '--enable-systemd-logind' \
+ '--disable-systemd-logind' \
+ 'login daemon' &&
+depends dbus &&
#
# May only select one:
# configure: error: Hotplugging through both libudev and dbus/hal not allowed
@@ -60,20 +65,19 @@ optional_depends libxvmc \
#
# hal is preferred by upstream:
# --enable-config-udev Build udev support (default: auto)
-# --enable-config-dbus Build D-BUS API support (default: no)
# --disable-config-hal Build HAL support (default: auto)
#
message "You can either use hal+dbus OR udev for hotplugging" &&
message "but NOT both" &&
optional_depends hal \
- "--enable-config-hal --enable-config-dbus --disable-config-udev" \
- "--disable-config-hal --disable-config-dbus" \
+ "--enable-config-hal --disable-config-udev" \
+ "--disable-config-hal " \
"Enable HAL support" &&
message 'additional fonts are not needed, but can be installed indiviually'
&&
-message 'choose an input driver' &&
+message 'choose an input or video driver' &&
message 'if these drivers are not suitable, choose from the xorg-drivers
section' &&