commit: 794f895bf4b584b875af4af5b628e69b750ce4b7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 12:59:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 12:59:54 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=794f895b
media-libs/phonon: Always build phononsettings
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/phonon/phonon-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/media-libs/phonon/phonon-9999.ebuild
b/media-libs/phonon/phonon-9999.ebuild
index 0ebc2ce066..56480c9276 100644
--- a/media-libs/phonon/phonon-9999.ebuild
+++ b/media-libs/phonon/phonon-9999.ebuild
@@ -41,14 +41,13 @@ src_configure() {
-DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
-DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio)
-DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio)
- -DPHONON_BUILD_SETTINGS=$(usex !pulseaudio)
+ -DPHONON_BUILD_SETTINGS=ON
)
ecm_src_configure
}
src_install() {
ecm_src_install
- use pulseaudio || \
- make_desktop_entry "${PN}settings" \
- "Phonon Audio and Video" preferences-desktop-sound
+ make_desktop_entry "${PN}settings" \
+ "Phonon Audio and Video" preferences-desktop-sound
}