summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-08-18 09:28:58 +0000
committereugene2023-08-18 09:28:58 +0000
commite9e722ffb3e3d38ebaa2af7ccc88579023bd339c (patch)
tree5d368fe4294ecd2424286718586f1362eafbfc62
parent8e3ee6d59a39f14257ff0b3eba0143f761236427 (diff)
downloadaur-e9e722ffb3e3d38ebaa2af7ccc88579023bd339c.tar.gz
rollback qt6-wayland dependency change
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0170d055e1b..be92037129ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = duckstation-git
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = qt6-tools
+ makedepends = qt6-wayland
makedepends = libdrm
makedepends = libpulse
makedepends = alsa-lib
@@ -18,7 +19,6 @@ pkgbase = duckstation-git
makedepends = jack
depends = sdl2
depends = qt6-base
- depends = qt6-wayland
depends = libxrandr
depends = libglvnd
depends = libx11
@@ -27,6 +27,7 @@ pkgbase = duckstation-git
depends = curl
depends = mesa
depends = hicolor-icon-theme
+ optdepends = qt6-wayland: Wayland support
optdepends = libpulse: Pulseaudio support
optdepends = sndio: Small audio support
optdepends = alsa-lib: ALSA support
diff --git a/PKGBUILD b/PKGBUILD
index c5c94c311c22..87f369648a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ license=(GPL3)
depends=(
sdl2
qt6-base
- qt6-wayland
libxrandr
libglvnd
libx11
@@ -25,6 +24,7 @@ makedepends=(
cmake
extra-cmake-modules
qt6-tools
+ qt6-wayland
libdrm
libpulse
alsa-lib
@@ -32,6 +32,7 @@ makedepends=(
ninja
jack)
optdepends=(
+ 'qt6-wayland: Wayland support'
'libpulse: Pulseaudio support'
'sndio: Small audio support'
'alsa-lib: ALSA support'