]> git.pld-linux.org Git - packages/phonon.git/blame - cmake-dirs.patch
- fix broker, relative paths in cmakefiles
[packages/phonon.git] / cmake-dirs.patch
CommitLineData
4c2c985a
JR
1--- phonon-4.8.3/cmake/FindPhononInternal.cmake.orig 2014-12-04 10:30:26.000000000 +0100
2+++ phonon-4.8.3/cmake/FindPhononInternal.cmake 2015-04-04 14:40:09.316552962 +0200
3@@ -171,12 +171,12 @@
4
5 include(GNUInstallDirs)
6
7-set(SHARE_INSTALL_PREFIX "share") # CACHE PATH "Base directory for files which go to share/")
8-set(INCLUDE_INSTALL_DIR "include" ) # CACHE PATH "The subdirectory to the header prefix")
9+set(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_DATADIR}" ) # CACHE PATH "Base directory for files which go to share/")
10+set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}" ) # CACHE PATH "The subdirectory to the header prefix")
11 if (PHONON_BUILD_PHONON4QT5)
12- set(INCLUDE_INSTALL_DIR "include/${PHONON_LIB_SONAME}" ) # CACHE PATH "The subdirectory to the header prefix")
13+ set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}/${PHONON_LIB_SONAME}" ) # CACHE PATH "The subdirectory to the header prefix")
14 endif (PHONON_BUILD_PHONON4QT5)
15-set(BIN_INSTALL_DIR "bin" ) # CACHE PATH "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")
16+set(BIN_INSTALL_DIR "${CMAKE_INSTALL_BINDIR}" ) # CACHE PATH "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")
17 set(LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}" ) # CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed"
18 set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde4" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde4)")
19 if (PHONON_BUILD_PHONON4QT5)
This page took 0.096908 seconds and 4 git commands to generate.