From 2e8765f37034f8d409e481b59736082468b1ac33 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 28 Feb 2024 20:13:31 -0500 Subject: [PATCH] Enable wayland in appimage build This resolves #1759. --- appimage/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimage/build.sh b/appimage/build.sh index 3c357035f7..cc22d9935d 100755 --- a/appimage/build.sh +++ b/appimage/build.sh @@ -48,7 +48,7 @@ cmake -G Ninja \ -DBUILD_NVIDIA=ON \ -DBUILD_PULSEAUDIO=ON \ -DBUILD_RSS=ON \ - -DBUILD_WAYLAND=OFF \ + -DBUILD_WAYLAND=ON \ -DBUILD_WLAN=ON \ -DBUILD_X11=ON \ -DBUILD_XMMS2=ON \