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 committed Apr 3, 2024
1 parent 279d0ad commit 7c34f93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions indra/cmake/UI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ 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
Xinerama
ll::fontconfig
ll::freetype
Expand Down

0 comments on commit 7c34f93

Please sign in to comment.