]> git.pld-linux.org Git - packages/clementine.git/blob - clementine-mygpo.patch
7a4cdf3e98316142295a1cb0c364e3efc2e7d63f
[packages/clementine.git] / clementine-mygpo.patch
1 diff -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.017844 seconds and 2 git commands to generate.