Fix jucewrapper for linux
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
be0f0ba5e8
commit
d3eb29bf57
1 changed files with 4 additions and 3 deletions
|
|
@ -85,9 +85,9 @@ pkg_check_modules(SNDFILE REQUIRED sndfile)
|
||||||
|
|
||||||
if (NOT APPLE OR WIN32)
|
if (NOT APPLE OR WIN32)
|
||||||
pkg_check_modules(X11 REQUIRED x11)
|
pkg_check_modules(X11 REQUIRED x11)
|
||||||
pkg_check_modules(XCURSOR REQUIRED Xcursor)
|
pkg_check_modules(XCURSOR REQUIRED xcursor)
|
||||||
pkg_check_modules(XEXT REQUIRED Xext)
|
pkg_check_modules(XEXT REQUIRED xext)
|
||||||
pkg_check_modules(XRANDR REQUIRED Xrandr)
|
pkg_check_modules(XRANDR REQUIRED xrandr)
|
||||||
pkg_check_modules(DBUS REQUIRED dbus-1)
|
pkg_check_modules(DBUS REQUIRED dbus-1)
|
||||||
set(EXTRA_LIBS "-lrt")
|
set(EXTRA_LIBS "-lrt")
|
||||||
endif (NOT APPLE OR WIN32)
|
endif (NOT APPLE OR WIN32)
|
||||||
|
|
@ -158,6 +158,7 @@ target_link_libraries(CardinalFX
|
||||||
${STATIC_LIBS_END}
|
${STATIC_LIBS_END}
|
||||||
${GL_LIBRARIES}
|
${GL_LIBRARIES}
|
||||||
${DBUS_LIBRARIES}
|
${DBUS_LIBRARIES}
|
||||||
|
-L${LIBLO_LIBRARY_DIRS}
|
||||||
${LIBLO_LIBRARIES}
|
${LIBLO_LIBRARIES}
|
||||||
${SNDFILE_LIBRARIES}
|
${SNDFILE_LIBRARIES}
|
||||||
${X11_LIBRARIES}
|
${X11_LIBRARIES}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue