]> git.pld-linux.org Git - packages/tomahawk.git/blob - tomahawk-0.8.0-system_qxt.patch
new, version 0.8.4
[packages/tomahawk.git] / tomahawk-0.8.0-system_qxt.patch
1 diff -up tomahawk-0.8.0/CMakeLists.txt.system_qxt tomahawk-0.8.0/CMakeLists.txt
2 --- tomahawk-0.8.0/CMakeLists.txt.system_qxt    2014-11-04 12:39:38.000000000 -0600
3 +++ tomahawk-0.8.0/CMakeLists.txt       2014-11-05 12:44:11.914890190 -0600
4 @@ -356,8 +356,8 @@ endif()
5  endif()
6  
7  set(QXTWEB_FOUND TRUE)
8 -set(QXTWEB_LIBRARIES qxtweb-standalone)
9 -set(QXTWEB_INCLUDE_DIRS ${THIRDPARTY_DIR}/qxt/qxtweb-standalone/web ${THIRDPARTY_DIR}/qxt/qxtweb-standalone/network ${THIRDPARTY_DIR}/qxt/qxtweb-standalone/core ${CMAKE_CURRENT_BINARY_DIR})
10 +set(QXTWEB_LIBRARIES QxtWeb)
11 +set(QXTWEB_INCLUDE_DIRS /usr/include/QxtCore ${CMAKE_CURRENT_BINARY_DIR})
12  
13  ### libportfwd
14  set(LIBPORTFWD_INCLUDE_DIR ${THIRDPARTY_DIR}/libportfwd/include)
15 diff -up tomahawk-0.8.0/thirdparty/CMakeLists.txt.system_qxt tomahawk-0.8.0/thirdparty/CMakeLists.txt
16 --- tomahawk-0.8.0/thirdparty/CMakeLists.txt.system_qxt 2014-11-04 12:39:38.000000000 -0600
17 +++ tomahawk-0.8.0/thirdparty/CMakeLists.txt    2014-11-05 12:40:17.008297930 -0600
18 @@ -1,4 +1,4 @@
19 -ADD_SUBDIRECTORY( qxt )
20 +#ADD_SUBDIRECTORY( qxt )
21  ADD_SUBDIRECTORY( kdsingleapplicationguard )
22  ADD_SUBDIRECTORY( qt-certificate-addon )
23  IF( WITH_CRASHREPORTER )
This page took 0.057785 seconds and 3 git commands to generate.