From d3a41b3460275ce44c744aa88227a31be44a49c7 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Sun, 13 Jan 2013 06:01:33 +0000 Subject: remote now depends on widgets otherwise they wouldn't compile --- muse2/ChangeLog | 2 ++ muse2/muse/remote/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) (limited to 'muse2') 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} ) -- cgit v1.2.3