[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compizconfig-backend-kconfig4: Changes to 'upstream-unstable'



 VERSION            |    2 +-
 src/CMakeLists.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 02bdf3593834bfc2c90d234f8269922fb4d89e8f
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:10 2009 +0200

    * Bump version to 0.8.4

diff --git a/VERSION b/VERSION
index fce301a..e4184f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.7
+VERSION=0.8.4

commit 46bd2a93ffdaa2b140ccd16cd605aebb83aa94c5
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 03:22:38 2009 +0200

    Fix linking with libX11

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 69d26c0..6c861b6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -18,6 +18,6 @@ set(kconfig4_LIB_SRCS kconfig_backend.cpp ${kconfig4_kwin_SRCS})
 
 kde4_add_library(kconfig4 SHARED ${kconfig4_LIB_SRCS})
 
-target_link_libraries(kconfig4 ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${CCS_LIBRARIES})
+target_link_libraries(kconfig4 ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${CCS_LIBRARIES} X11)
 
 install(TARGETS kconfig4 DESTINATION ${CCS_LIBDIR}/compizconfig/backends)


Reply to: