diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 1cdd932..0fe0b00 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 7 15:53:39 UTC 2016 - eich@suse.com + +- Set configure option --enable-suid-wrapper for TW: + This way, the SUID wrapper is built which allows to run the Xserver + as root even though the the DM instance runs as user. This allows to + support drivers which require direct HW access. + ------------------------------------------------------------------- Mon Apr 4 20:11:13 UTC 2016 - tobias.johannes.klausmann@mni.thm.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 1076711..bcaaf89 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -373,6 +373,9 @@ export PCI_TXT_IDS_DIR=%{pci_ids_dir} --enable-xwayland \ %else --disable-xwayland \ +%endif +%if 0%{?suse_version} >= 1330 + --enable-suid-wrapper \ %endif --with-log-dir="/var/log" \ --with-os-name="openSUSE" \