forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amarok-2.8.90-no-webkit.patch
39 lines (33 loc) · 1.1 KB
/
amarok-2.8.90-no-webkit.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Borrowed from Arch Linux.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,7 +84,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}/shared
)
-find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit REQUIRED )
+find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED )
find_package( KDE4 4.8.4 REQUIRED )
include( KDE4Defaults )
diff --git a/src/context/applets/CMakeLists.txt b/src/context/applets/CMakeLists.txt
index f4d5456d9f..cad9036681 100644
--- a/src/context/applets/CMakeLists.txt
+++ b/src/context/applets/CMakeLists.txt
@@ -1,18 +1,18 @@
add_subdirectory( albums )
add_subdirectory( currenttrack )
-add_subdirectory( info )
+# add_subdirectory( info )
add_subdirectory( labels )
add_subdirectory( lyrics )
add_subdirectory( photos )
add_subdirectory( tabs )
-add_subdirectory( wikipedia )
+# add_subdirectory( wikipedia )
if( QT_QTOPENGL_FOUND )
add_subdirectory( analyzer )
endif()
if( LIBLASTFM_FOUND )
- add_subdirectory( upcomingevents )
+# add_subdirectory( upcomingevents )
add_subdirectory( similarartists )
endif()