# Conditional compilation based on feature flags
if(ENABLE_XCB)
    add_subdirectory(xcbXorg)
endif() 