1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 10:05:22 +00:00

Enable wayland in appimage build

This resolves #1759.
This commit is contained in:
Brenden Matthews 2024-02-28 20:13:31 -05:00
parent 9f59adf36b
commit 73d90d5976

View File

@ -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 \