All of lore.kernel.org
 help / color / mirror / Atom feed
* gdk-pixbuff-xlib missing
@ 2013-07-15 21:10 Andreas Müller
  2013-07-15 21:30 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2013-07-15 21:10 UTC (permalink / raw)
  To: openembedded-core

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-16  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 21:10 gdk-pixbuff-xlib missing Andreas Müller
2013-07-15 21:30 ` Saul Wold
2013-07-16  9:09   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.