diff options
-rw-r--r-- | x11/plasma5-plasma/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile index 898ccfa13b6a..38c8bbf2384d 100644 --- a/x11/plasma5-plasma/Makefile +++ b/x11/plasma5-plasma/Makefile @@ -10,10 +10,9 @@ LICENSE= LGPL20 USES= kde:5 metaport qt:5 # remove: -# * bluedevil as we do have bluez -# * plasma-pa don't depend on plamsa-pa by default -# * breeze-kde4 don't pull in qt4 bits -USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa:Nbreeze-kde4} +# * bluedevil we do not have bluez at all +# * plasma-pa no plasma-pa (pulseaudio) by default +USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa} OPTIONS_DEFINE= PHONON PULSEAUDIO OPTIONS_DEFAULT= PHONON |