Phonon trunk is required

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-buildrc-sample; revision=846367
wilder
Andras Mantia 18 years ago
parent 82a2df0724
commit 770e4431fa
  1. 9
      kdesvn-buildrc-sample

@ -170,15 +170,14 @@ end module
# kdesupport is also the bearer of automoc and all that is good and right with
# CMake, install it before all KDE modules.
module kdesupport
cmake-options -DBUILD_phonon=OFF # Build phonon separately.
end module
# Phonon is the multimedia interface for KDE 4. It is developed in kdesupport
# but a separate branch is available for stability. It may also be included
# with Qt so if you don't need it you may disable it.
module phonon
branch 4.2
end module
# with Qt. KDE trunk depends on phonon trunk, so disable it for now.
#module phonon
# branch 4.2
#end module
# kdelibs are the base KDE libraries needed by all KDE applications.
module kdelibs

Loading…
Cancel
Save