summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2024-01-12 16:31:41 +0000
committereugene2024-01-12 16:31:41 +0000
commit55a65f7d9da71e5953bce35a507d9bf423e96791 (patch)
treed2f98ddcd9bd115f59497d26e75ba6d80141f10e /PKGBUILD
parent25a392a76f8e8b91b608c184141fc73f2141939c (diff)
downloadaur-55a65f7d9da71e5953bce35a507d9bf423e96791.tar.gz
remove old build flags, correct deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4de02a4a4316..0933b74e8844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,9 @@ arch=(x86_64 aarch64)
url=https://github.com/stenzek/duckstation
license=(GPL3)
depends=(
+ sh
+ glibc
+ gcc-libs
sdl2
qt6-base
libxrandr
@@ -66,10 +69,6 @@ build() {
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DBUILD_NOGUI_FRONTEND=OFF \
-DBUILD_QT_FRONTEND=ON \
- -DUSE_EGL=ON \
- -DUSE_SDL2=ON \
- -DUSE_WAYLAND=ON \
- -DUSE_X11=ON \
-G Ninja \
-Wno-dev
cmake --build build --parallel