31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From bdaf387039b9816ebd031b42dbaacab10a7d5720 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
|
Date: Mon, 9 Feb 2015 13:14:34 +0100
|
|
Subject: [PATCH] fix PHONON_LIBRARY_PATH was /usr//usr/lib/qt5/plugins
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
|
---
|
|
phonon/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/phonon/CMakeLists.txt b/phonon/CMakeLists.txt
|
|
index d93124b..80d6a6c 100644
|
|
--- a/phonon/CMakeLists.txt
|
|
+++ b/phonon/CMakeLists.txt
|
|
@@ -133,7 +133,7 @@ if (PHONON_NO_PLATFORMPLUGIN)
|
|
add_definitions(-DQT_NO_PHONON_PLATFORMPLUGIN)
|
|
endif (PHONON_NO_PLATFORMPLUGIN)
|
|
|
|
-add_definitions(-DPHONON_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/${PLUGIN_INSTALL_DIR}/plugins")
|
|
+add_definitions(-DPHONON_LIBRARY_PATH="${PLUGIN_INSTALL_DIR}/plugins")
|
|
add_definitions(-DPHONON_BACKEND_DIR_SUFFIX="/${PHONON_LIB_SONAME}_backend/")
|
|
|
|
add_library(${PHONON_LIB_SONAME} SHARED ${phonon_LIB_SRCS})
|
|
--
|
|
2.14.3
|