[OE-core] gdk-pixbuff-xlib missing

Andreas Müller schnitzeltony at googlemail.com
Mon Jul 15 21:10:38 UTC 2013


Hi

while playing around with libreoffice, configure complains for missing
gdk-pixbuff-xlib.

I checked: although I have 'x11' in 'DISTRO_FEATURE', gdk-pixbuff-xlib
is an empty package.

The responsible lines in gdk-pixbuf_xx.bb are:

X11DEPENDS = "--without-x11"
X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11',
'--with-x11', '--without-x11', d)}"
X11DEPENDS_class-native = "--without-x11"

I got two questions:

1. why not
X11DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11',
'--without-x11', d)}"
X11DEPENDS_class-native = "--without-x11"

2. (maybe this answers also 1. - but I would like to understand): what
is linuxstdbase (image) about

enlightenment appreciated

Andreas



More information about the Openembedded-core mailing list