Browse Source

Fix jucewrapper for linux

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX 3 years ago
parent
commit
d3eb29bf57
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      jucewrapper/CMakeLists.txt

+ 4
- 3
jucewrapper/CMakeLists.txt View File

@@ -85,9 +85,9 @@ pkg_check_modules(SNDFILE REQUIRED sndfile)

if (NOT APPLE OR WIN32)
pkg_check_modules(X11 REQUIRED x11)
pkg_check_modules(XCURSOR REQUIRED Xcursor)
pkg_check_modules(XEXT REQUIRED Xext)
pkg_check_modules(XRANDR REQUIRED Xrandr)
pkg_check_modules(XCURSOR REQUIRED xcursor)
pkg_check_modules(XEXT REQUIRED xext)
pkg_check_modules(XRANDR REQUIRED xrandr)
pkg_check_modules(DBUS REQUIRED dbus-1)
set(EXTRA_LIBS "-lrt")
endif (NOT APPLE OR WIN32)
@@ -158,6 +158,7 @@ target_link_libraries(CardinalFX
${STATIC_LIBS_END}
${GL_LIBRARIES}
${DBUS_LIBRARIES}
-L${LIBLO_LIBRARY_DIRS}
${LIBLO_LIBRARIES}
${SNDFILE_LIBRARIES}
${X11_LIBRARIES}


Loading…
Cancel
Save