summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2013-01-13 06:01:33 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2013-01-13 06:01:33 +0000
commitd3a41b3460275ce44c744aa88227a31be44a49c7 (patch)
treece359f1541bd956565d4b6cc3efbca513758c1fb
parent6d4ed44c39f1e0440e9fd7a1fdafc949730e6fcd (diff)
remote now depends on widgets otherwise they wouldn't compile
-rw-r--r--muse2/ChangeLog2
-rw-r--r--muse2/muse/remote/CMakeLists.txt1
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}
)