You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
942 B
27 lines
942 B
11 years ago
|
From 0a5dd6c2269ec9075e6aa79a88d4377c96cf1d3d Mon Sep 17 00:00:00 2001
|
||
|
From: Rex Dieter <rdieter@fedoraproject.org>
|
||
|
Date: Fri, 6 Jan 2012 08:48:56 -0500
|
||
|
Subject: [PATCH 03/12] Upstream fedora patch that fixes platform plugin
|
||
|
loading that is outside of a kde session
|
||
|
|
||
|
---
|
||
|
phonon/CMakeLists.txt | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/phonon/CMakeLists.txt b/phonon/CMakeLists.txt
|
||
|
index 152163c..6a0ed56 100644
|
||
|
--- a/phonon/CMakeLists.txt
|
||
|
+++ b/phonon/CMakeLists.txt
|
||
|
@@ -78,7 +78,7 @@ if (PHONON_NO_PLATFORMPLUGIN)
|
||
|
add_definitions(-DQT_NO_PHONON_PLATFORMPLUGIN)
|
||
|
endif (PHONON_NO_PLATFORMPLUGIN)
|
||
|
|
||
|
-add_definitions(-DPHONON_LIBRARY_PATH="${PLUGIN_INSTALL_DIR}/plugins")
|
||
|
+add_definitions(-DPHONON_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/${PLUGIN_INSTALL_DIR}/plugins")
|
||
|
|
||
|
automoc4_add_library(phonon SHARED ${phonon_LIB_SRCS})
|
||
|
target_link_libraries(phonon ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|