Skip to content

Commit

Permalink
Update UI.cmake
Browse files Browse the repository at this point in the history
Add a few more requirements. For future it should be better to search them via cmake
  • Loading branch information
Nicky-D authored Apr 3, 2024
1 parent c92ef41 commit d127a01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions indra/cmake/UI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ if (LINUX)
target_include_directories( ll::uilibraries SYSTEM INTERFACE ${FLTK_INCLUDE_DIR})
target_compile_definitions( ll::uilibraries INTERFACE LL_FLTK=1 )
target_link_libraries( ll::uilibraries INTERFACE
Xrender
Xcursor
Xfixes
Xext
Xft
Xinerama
ll::fontconfig
ll::freetype
Expand Down

0 comments on commit d127a01

Please sign in to comment.