From 5f5d5107266d8d3eb651321ed7584fdbbe6c40fe38616b358de06a2e3500f564 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 7 Apr 2016 16:03:27 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=625 --- xorg-x11-server.changes | 8 ++++++++ xorg-x11-server.spec | 3 +++ 2 files changed, 11 insertions(+) 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" \