Summary: | media-plugins/grilo-plugins-0.3.14 - meson.build: ERROR: Dependency goa-1.0 not found, tried pkgconfig and cmake | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | darkbasic <darkbasic> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | PPC64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
build.log environment meson-log.txt |
Description
darkbasic
2022-02-06 00:26:01 UTC
Created attachment 764428 [details]
emerge --info
Created attachment 764429 [details]
build.log
Created attachment 764430 [details]
environment
Created attachment 764431 [details]
meson-log.txt
Hmm, I see that you have
> meson setup ... -Denable-flickr=no ... -Denable-lua-factory=no ... -Dgoa=enabled
gnome-online-accounts is only needed if either USE=flickr or USE=lua is set, but we enable gnome-online-accounts independently of that. Easy fix...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78acc0d39deff3accd9d72a9b2b4fe07de2efb11 commit 78acc0d39deff3accd9d72a9b2b4fe07de2efb11 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2022-02-07 18:40:06 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-02-07 19:02:50 +0000 media-plugins/grilo-plugins: Fix enabling gnome-online-accounts Closes: https://bugs.gentoo.org/832777 Signed-off-by: Matt Turner <mattst88@gentoo.org> media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) |