diff options
-rw-r--r-- | muse2/ChangeLog | 2 | ||||
-rw-r--r-- | muse2/muse/remote/CMakeLists.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index ea8b02cc..2b504abf 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,5 @@ +13.01.2013: + - remote should depend on widgets through #including app.h otherwise Python bindings don't compile (Orcan) 03.01.2013: - Fixed SimpleDrums GUI issues on AVLinux (and supposedly other debian based distros) (rj) 01.01.2013: Happy new year! diff --git a/muse2/muse/remote/CMakeLists.txt b/muse2/muse/remote/CMakeLists.txt index b3dcb39d..c767dfb8 100644 --- a/muse2/muse/remote/CMakeLists.txt +++ b/muse2/muse/remote/CMakeLists.txt @@ -53,6 +53,7 @@ set_target_properties( remote ) target_link_libraries(remote + widgets # through app.h ${PYTHON_LIBRARIES} ) |