Skip to content

Commit

Permalink
Revert submodule to jack2 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 20, 2020
1 parent b1ab5ae commit f55f42d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
[submodule "plugins/carlabase/carla"]
path = plugins/carlabase/carla
url = https://github.com/falktx/carla
[submodule "src/3rdparty/jackaudio/jack"]
path = src/3rdparty/jackaudio/jack
url = https://github.com/jackaudio/headers
[submodule "src/3rdparty/jack2"]
path = src/3rdparty/jack2
url = https://github.com/jackaudio/jack2
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ IF(WANT_JACK)
IF(WANT_WEAKJACK)
SET(LMMS_HAVE_WEAKJACK TRUE)
SET(WEAKJACK_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/src/3rdparty/weakjack/weakjack)
SET(JACK_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/src/3rdparty/jackaudio)
SET(JACK_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/src/3rdparty/jack2/common)
SET(STATUS_JACK "OK (weak linking enabled)")
# use dlsym instead
SET(JACK_LIBRARIES ${CMAKE_DL_LIBS})
Expand Down
1 change: 1 addition & 0 deletions src/3rdparty/jack2
Submodule jack2 added at db76dd
1 change: 0 additions & 1 deletion src/3rdparty/jackaudio/jack
Submodule jack deleted from 3e0ebf

0 comments on commit f55f42d

Please sign in to comment.