Skip to content

Commit

Permalink
Enable wayland in appimage build
Browse files Browse the repository at this point in the history
This resolves #1759.
  • Loading branch information
brndnmtthws committed Feb 29, 2024
1 parent 9f59adf commit 73d90d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 73d90d5

Please sign in to comment.