CMake: fix usage of cmake_dependent_option

This commit is contained in:
2025-09-10 19:44:17 -04:00
parent 3a852bfb9d
commit 20034513ad
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
option(ENABLE_LIB_xcbXorg "Enable XCB/Xorg Connection Manager backend lib" ON)
option(ENABLE_LIB_xcbXorg "Enable XCB/Xorg Connection Manager backend lib" OFF)
if(ENABLE_LIB_xcbXorg)
pkg_check_modules(XCB REQUIRED xcb)