frontend-tools: Remove Qt5X11Extras
Qt5X11Extras (QX11Info) was added in 762983b5d853ba8444c4efee450ea872b294060e, but it doesn't seem to actually be used. Qt6 doesn't yet ship X11Extras, so let's remove it.
This commit is contained in:
parent
0b88bfbf09
commit
4ed7cd463d
@ -9,8 +9,6 @@ if(UNIX AND NOT APPLE)
|
||||
find_package(X11 REQUIRED)
|
||||
link_libraries(${X11_LIBRARIES})
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
|
||||
find_package(Qt5X11Extras REQUIRED)
|
||||
endif()
|
||||
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/deps/obs-scripting")
|
||||
@ -125,11 +123,6 @@ target_link_libraries(frontend-tools
|
||||
Qt5::Widgets
|
||||
libobs)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_link_libraries(frontend-tools
|
||||
Qt5::X11Extras)
|
||||
endif()
|
||||
|
||||
set_target_properties(frontend-tools PROPERTIES FOLDER "frontend")
|
||||
|
||||
install_obs_plugin_with_data(frontend-tools data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user