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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 9 09:54:40 UTC 2022


    Date: Tuesday, August 9, 2022 @ 09:54:39
  Author: alucryd
Revision: 1263508

pcsx2 1.7.3187-2: enable wayland

Modified:
  pcsx2/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 09:44:13 UTC (rev 1263507)
+++ PKGBUILD	2022-08-09 09:54:39 UTC (rev 1263508)
@@ -4,7 +4,7 @@
 
 pkgname=pcsx2
 pkgver=1.7.3187
-pkgrel=1
+pkgrel=2
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=(x86_64)
 url=https://www.pcsx2.net
@@ -108,8 +108,9 @@
     -DQT_BUILD=ON \
     -DUSE_SYSTEM_LIBS=ON \
     -DUSE_VTUNE=OFF \
+    -DWAYLAND_API=ON \
+    -DX11_API=ON \
     -DXDG_STD=ON \
-    -DSDL2_API=ON \
     -Wno-dev
   cmake --build build
 }



More information about the arch-commits mailing list