--- qsampler/trunk/CMakeLists.txt 2022/02/06 10:50:27 4024 +++ qsampler/trunk/CMakeLists.txt 2022/03/01 17:49:25 4029 @@ -73,6 +73,8 @@ # Enable debugger stack-trace option (assumes --enable-debug). option (CONFIG_STACKTRACE "Enable debugger stack-trace (default=no)" 0) +# Enable Wayland support option. +option (CONFIG_WAYLAND "Enable Wayland support (EXPERIMENTAL) (default=no)" 0) # Enable Qt6 build preference. option (CONFIG_QT6 "Enable Qt6 build (default=yes)" 1)