]> git.pld-linux.org Git - packages/clementine.git/blame - clementine-mygpo.patch
skip translation tests that are broken due unbundling them
[packages/clementine.git] / clementine-mygpo.patch
CommitLineData
5fe14c9e
ER
1diff -up clementine-1.1.1/CMakeLists.txt.mygpo clementine-1.1.1/CMakeLists.txt
2--- clementine-1.1.1/CMakeLists.txt.mygpo 2012-11-18 01:51:26.000000000 -0700
3+++ clementine-1.1.1/CMakeLists.txt 2013-02-24 10:49:15.852174934 -0700
4@@ -394,9 +394,9 @@ if(NOT CHROMAPRINT_FOUND)
5 endif(NOT CHROMAPRINT_FOUND)
6
7 # We have to use our own libmygpo-qt for now
8-add_subdirectory(3rdparty/libmygpo-qt)
9+#add_subdirectory(3rdparty/libmygpo-qt)
10 set(MYGPOQT_LIBRARIES mygpo-qt)
11-set(MYGPOQT_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/3rdparty/libmygpo-qt/)
12+set(MYGPOQT_INCLUDE_DIRS /usr/include/mygpo-qt/)
13
14 # Qocoa
15 add_subdirectory(3rdparty/qocoa)
This page took 0.03537 seconds and 4 git commands to generate.