diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-30 17:54:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-30 18:46:04 +0100 |
commit | 8acb2f0abf860f106361a30cc7cc486fdfae555e (patch) | |
tree | bb4986727a21112a09d102cbaf52dafc0a98dfa8 /media-video/vlc | |
parent | dev-qt/qtgui: Drop 5.11.2 (r0) (diff) | |
download | gentoo-8acb2f0abf860f106361a30cc7cc486fdfae555e.tar.gz gentoo-8acb2f0abf860f106361a30cc7cc486fdfae555e.tar.bz2 gentoo-8acb2f0abf860f106361a30cc7cc486fdfae555e.zip |
media-video/vlc: Configure KDE solid actions path
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/vlc-3.0.9999.ebuild | 1 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index bad9a61a7269..f26552ced2ab 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -392,6 +392,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) + --with-kde-solid=/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 5081c4c23cf4..8eddd5666667 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -393,6 +393,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) + --with-kde-solid=/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof |