decklink-output-ui: Remove Qt5X11Extras

Qt5X11Extras (QX11Info) was added in
762983b5d8, but it doesn't seem to
actually be used. Qt6 doesn't yet ship X11Extras, so let's remove it.
master
Ryan Foster 2021-03-17 11:15:37 -04:00 committed by Jim
parent 32e7ba1abe
commit 0b88bfbf09
1 changed files with 0 additions and 7 deletions

View File

@ -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()
set(decklink-ouput-ui_HEADERS
@ -69,11 +67,6 @@ target_link_libraries(decklink-ouput-ui
Qt5::Widgets
libobs)
if(UNIX AND NOT APPLE)
target_link_libraries(decklink-ouput-ui
Qt5::X11Extras)
endif()
set_target_properties(decklink-ouput-ui PROPERTIES FOLDER "frontend")
install_obs_plugin_with_data(decklink-ouput-ui data)