summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122022-05-22 12:12:26 -0700
committerkenshen1122022-05-22 12:12:26 -0700
commit400099638206c5469843a6567f970248f50b2b10 (patch)
treea56058976a51de87fae45e3390d690a7a8679242 /PKGBUILD
parentf1f887698ba852fa693861f2934969fbdc10568c (diff)
downloadaur-400099638206c5469843a6567f970248f50b2b10.tar.gz
Change to QT: ci: add SSE4 support for tagged Qt builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b50e4aecb1f9..5e6827b3d040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.2759
+pkgver=1.7.2765
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -30,9 +30,11 @@ depends=(
portaudio
libsamplerate
sdl2
+ qt6-base
+ qt6-wayland
+ qt6-tools
fmt
soundtouch
- wxgtk3
wayland
rapidyaml
zstd-cmake # AUR Package
@@ -94,6 +96,7 @@ build()
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DWAYLAND_API=ON \
-USE_VULKAN=ON \
+ -DQT_BUILD=ON \
-DUSE_SYSTEM_LIBS=ON \
-GNinja \
-DPACKAGE_MODE=ON \