CMake: enable livoxGen1 and xcbWindow by default

This commit is contained in:
2025-09-10 19:51:34 -04:00
parent 20034513ad
commit b4102e6ee1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
option(ENABLE_LIB_livoxProto1 "Enable Livox Protocol v1 backend lib" OFF)
option(ENABLE_LIB_livoxProto1 "Enable Livox Protocol v1 backend lib" ON)
if(ENABLE_LIB_livoxProto1)
add_library(livoxProto1 SHARED
+1 -1
View File
@@ -1,4 +1,4 @@
option(ENABLE_LIB_xcbXorg "Enable XCB/Xorg Connection Manager backend lib" OFF)
option(ENABLE_LIB_xcbXorg "Enable XCB/Xorg Connection Manager backend lib" ON)
if(ENABLE_LIB_xcbXorg)
pkg_check_modules(XCB REQUIRED xcb)