no x11 find

This commit is contained in:
lizzie
2026-08-30 07:21:46 +00:00
committed by crueter
parent 1f826f2218
commit 503573e896
3 changed files with 0 additions and 24 deletions
-6
View File
@@ -62,12 +62,6 @@ if (USE_DISCORD_PRESENCE)
target_compile_definitions(qt_common PUBLIC USE_DISCORD_PRESENCE)
endif()
# Qt itself may use Vulkan stuffs so we'd need to account for that as well
if (X11_FOUND)
target_include_directories(qt_common PUBLIC ${X11_INCLUDE_DIR})
target_link_libraries(qt_common PUBLIC ${X11_LIBRARIES})
endif()
# TODO(crueter)
target_link_libraries(qt_common PRIVATE Qt6::Widgets)