Skip to content

Commit

Permalink
[flatpak] More robust way to locate lv2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 2, 2024
1 parent c7fb8bf commit a235dfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/FindLilv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ endif()
find_path(
Lilv_INCLUDE_DIR lilv/lilv.h
HINTS
"${OSSIA_SDK}/lv2/include/lilv-0"
/usr/include/lilv-0
/usr/local/include/lilv-0
"${OSSIA_SDK}/lv2/include"
PATH_SUFFIXES
lilv-0
)

find_library(Lilv_LIBRARY
Expand Down
6 changes: 3 additions & 3 deletions cmake/modules/FindSuil.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ endif()
find_path(
Suil_INCLUDE_DIR suil/suil.h
HINTS
"${OSSIA_SDK}/lv2/include/suil-0"
/usr/include/suil-0
/usr/local/include/suil-0
"${OSSIA_SDK}/lv2/include/"
PATH_SUFFIXES
suil-0
)

set(Suil_NAMES suil suil-0)
Expand Down

0 comments on commit a235dfe

Please sign in to comment.