[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Dec 14 12:17:06 UTC 2020


    Date: Monday, December 14, 2020 @ 12:17:05
  Author: andyrtr
Revision: 404312

upgpkg: xorg-server 1.20.10-3: build xwayland + eglstream enabled to solve comaptibility issues with nvidiaEGL - FS#68951

Modified:
  xorg-server/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-14 12:16:56 UTC (rev 404311)
+++ PKGBUILD	2020-12-14 12:17:05 UTC (rev 404312)
@@ -8,7 +8,7 @@
 _commit=bc111a2e67e16d4e6d4f3196ab86c22c1e278c45 # server-1.20-branch 2020-12-01 = 1.20.10
 
 pkgver=1.20.10
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('custom')
 groups=('xorg')
@@ -18,7 +18,8 @@
              'libxmu' 'libxrender' 'libxi' 'libxaw' 'libxtst' 'libxres'
              'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'libepoxy'
              'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms'
-             'libxshmfence' 'libunwind' 'systemd' 'meson' 'git')
+             'libxshmfence' 'libunwind' 'systemd' 'meson' 'git'
+             'wayland-protocols' 'egl-wayland')
 source=(#https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
         "git+https://gitlab.freedesktop.org/xorg/xserver#commit=${_commit}" #?signed"
         xserver-autobind-hotplug.patch
@@ -75,8 +76,8 @@
     -D xcsecurity=true \
     -D xorg=true \
     -D xephyr=true \
-    -D xwayland=false \
-    -D xwayland_eglstream=false \
+    -D xwayland=true \
+    -D xwayland_eglstream=true \
     -D glamor=true \
     -D udev=true \
     -D systemd_logind=true \
@@ -203,5 +204,6 @@
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
 
   # make sure there are no files left to install
+  rm fakeinstall/usr/bin/Xwayland
   find fakeinstall -depth -print0 | xargs -0 rmdir
 }



More information about the arch-commits mailing list