Cleanup dependency on ui libraries.

master
Nicky 2022-06-20 23:29:57 +02:00
parent 1b73835d6e
commit c66f444d2b
2 changed files with 2 additions and 6 deletions

View File

@ -56,15 +56,12 @@ set(llwindow_LINK_LIBRARIES
llxml
ll::glh_linear
ll::glext
ll::uilibraries
ll::SDL
)
# Libraries on which this library depends, needed for Linux builds
# Sort by high-level to low-level
if (LINUX)
list( APPEND llwindow_LINK_LIBRARIES
ll::uilibraries
ll::SDL
)
list(APPEND viewer_SOURCE_FILES
llkeyboardsdl.cpp
llwindowsdl.cpp

View File

@ -1886,7 +1886,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
llcommon
llmeshoptimizer
ll::ndof
ll::uilibraries
lllogin
llprimitive
llappearance