blob: 91a91d95c5882be5d55ae2c91d27a532456f53a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ../doc/CMakeLists.txt.orgi 2008-07-24 15:24:33.000000000 +0200
+++ ../doc/CMakeLists.txt 2008-07-24 15:24:55.000000000 +0200
@@ -3,9 +3,7 @@
endif(TAGLIB_FOUND)
add_subdirectory(kioslave)
add_subdirectory(kmix)
-if(XINE_XCB_FOUND)
- add_subdirectory(dragonplayer)
-endif(XINE_XCB_FOUND)
+add_subdirectory(dragonplayer)
if (NOT APPLE)
add_subdirectory(kscd)
endif (NOT APPLE)
|