aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-03-25 23:15:07 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-03-25 23:15:07 +0000
commit793fb9dc37054d6278a3882344b7a97c1262e084 (patch)
treef3f793c12fd11e543417062ffb0ac28ea8a20143
parent769755b4f2a34e94df38dc2d6fbfcb5e8625e5be (diff)
downloadextra-cmake-modules-793fb9dc37054d6278a3882344b7a97c1262e084.tar.gz
extra-cmake-modules-793fb9dc37054d6278a3882344b7a97c1262e084.tar.bz2
- Phonon 4.3.80 or newer is required
Alex svn path=/trunk/KDE/kdelibs/; revision=1107539
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 16abe769..6a5c5b12 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -628,7 +628,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})