aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2010-06-30 18:00:23 +0000
committerStephen Kelly <steveire@gmail.com>2010-06-30 18:00:23 +0000
commit9d0754c3b36343d9d5a45e5c313cc5060e9d20e1 (patch)
tree08be5b00ec7655d5b0e91a947935ff596b9d9644 /modules
parent8ee68189221ecd8390de20b3857f33033d2657e3 (diff)
downloadextra-cmake-modules-9d0754c3b36343d9d5a45e5c313cc5060e9d20e1.tar.gz
extra-cmake-modules-9d0754c3b36343d9d5a45e5c313cc5060e9d20e1.tar.bz2
Restore required phonon version.
svn path=/trunk/KDE/kdelibs/; revision=1144749
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index b7e4b618..c9e8892f 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -669,7 +669,7 @@ endif(_kdeBootStrapping OR TARGET ${KDE4_TARGET_PREFIX}nepomuk)
# which helps with finding the phonon installed as part of kdesupport:
# only make Phonon REQUIRED if KDE4 itself is REQUIRED
-find_package(Phonon ${_REQ_STRING_KDE4})
+find_package(Phonon 4.3.80 ${_REQ_STRING_KDE4})
set(KDE4_PHONON_LIBRARY ${PHONON_LIBRARY})
set(KDE4_PHONON_LIBS ${PHONON_LIBS})
set(KDE4_PHONON_INCLUDES ${PHONON_INCLUDES})