diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-16 09:07:38 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-16 09:08:56 +0200 |
commit | 3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed (patch) | |
tree | 8bc3e7ba42583bbedcbccef1847733315e962b70 /media-video | |
parent | gui-libs/gtk-layer-shell: forward ~hppa (diff) | |
download | gentoo-3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed.tar.gz gentoo-3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed.tar.bz2 gentoo-3261b1ff2bfdcbe9991ff34bb6d2c556bac1c2ed.zip |
media-video/droidcam: instruct make to use ayatana-appindicator
Upstream makefile has changed and we now need to explicitly tell it which
appindicator library to use
Closes: https://bugs.gentoo.org/904383
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/droidcam/droidcam-2.0.0-r1.ebuild (renamed from media-video/droidcam/droidcam-2.0.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/droidcam/droidcam-2.0.0.ebuild b/media-video/droidcam/droidcam-2.0.0-r1.ebuild index 74b79660afd3..17c5115355ca 100644 --- a/media-video/droidcam/droidcam-2.0.0.ebuild +++ b/media-video/droidcam/droidcam-2.0.0-r1.ebuild @@ -72,9 +72,9 @@ src_configure() { src_compile() { if use gtk; then - emake droidcam + APPINDICATOR=ayatana-appindicator3-0.1 emake droidcam fi - emake droidcam-cli + APPINDICATOR=ayatana-appindicator3-0.1 emake droidcam-cli if linux_chkconfig_present CC_IS_CLANG; then BUILD_PARAMS+=' CC=${CHOST}-clang' |