Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 760747

Summary: x11-libs/gdk-pixbuf-2.42.2[gtk-doc] does not install the API reference
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Mayo 2020-12-19 17:21:49 UTC
gdk-pixbuf-2.42.2.ebuild has:

emesonargs+=(
        $(meson_use gtk-doc gtk_docs)


but meson_options.txt uses gtk_doc not gtk_docs:

option('gtk_doc',
       description: 'Whether to generate the API reference (requires GTK-Doc)',
       type: 'boolean',
       value: false)
Comment 1 Ionen Wolkens gentoo-dev 2021-03-29 21:56:29 UTC
*** Bug 779142 has been marked as a duplicate of this bug. ***
Comment 2 Matt Turner gentoo-dev 2021-03-30 00:45:19 UTC
Indeed, you're right.

I didn't fix this (though I could have) in 2.42.2 because the fix would just uncover another problem in 2.42.4 which uses gi-docgen and has a missing python dependency.
Comment 3 Matt Turner gentoo-dev 2021-03-30 00:46:35 UTC

*** This bug has been marked as a duplicate of bug 779142 ***