From kde-commits Fri Jul 18 06:44:40 2008 From: Matthias Kretz Date: Fri, 18 Jul 2008 06:44:40 +0000 To: kde-commits Subject: KDE/kdebase/runtime/phonon/xine Message-Id: <1216363480.504895.20479.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121636348921172 SVN commit 834133 by mkretz: require xcb for the videowidget. If you don't like it feel free to figure out all the necessary #ifdefs M +1 -1 CMakeLists.txt --- trunk/KDE/kdebase/runtime/phonon/xine/CMakeLists.txt #834132:834133 @@ -36,7 +36,7 @@ message(STATUS "Cannot compile VideoWidget for the xine backend. Needs xine version 1.1.5 or later and libxcb.") SET(XCB_VIDEO FALSE) endif(XCB_FOUND AND XINE_XCB_FOUND) -macro_log_feature(XCB_VIDEO "XCB" "XCB is needed for the video widget, libxine needs to be compiled with XCB" "http://xcb.freedesktop.org/") +macro_log_feature(XCB_VIDEO "XCB" "XCB is needed for the video widget, libxine needs to be compiled with XCB" "http://xcb.freedesktop.org/" REQUIRED) add_definitions(-DPHONON_BACKEND_VERSION_4_2) kde4_add_plugin(phonon_xine ${phonon_xine_PART_SRCS})