|
|
|
|
@ -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 |
|
|
|
|
|