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

* Re: gdk-pixbuff-xlib missing
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-07-15 21:30 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-core

On 07/15/2013 02:10 PM, Andreas Müller wrote:
> 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"
>
I believe that this is because the original recipe was defaulted to 
--without-x11 and the person adding the linuxstdbase code just preserved 
the behavior

It seems we should really make this a PACKAGECONFIG with the 
PACKAGECONFIG using the linuxstdbase override as default.

Patches welcome!

> 2. (maybe this answers also 1. - but I would like to understand): what
> is linuxstdbase (image) about
>
This one I can answer better the linuxstdbase is a Distro level override 
enabled when building an LSB based image, it's set in poky-lsb.conf.

It enables building certain packages with flags or settings that will 
pass the LSB compliance tests.


> enlightenment appreciated
>
Hope that helped
> Andreas
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>


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

* Re: gdk-pixbuff-xlib missing
  2013-07-15 21:30 ` Saul Wold
@ 2013-07-16  9:09   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-07-16  9:09 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-core

On 15 July 2013 22:30, Saul Wold <sgw@linux.intel.com> wrote:
> I believe that this is because the original recipe was defaulted to
> --without-x11 and the person adding the linuxstdbase code just preserved the
> behavior
>
> It seems we should really make this a PACKAGECONFIG with the PACKAGECONFIG
> using the linuxstdbase override as default.

Libreoffice, bastion of all deprecated libraries...

As gdk-pixbuf-xlib is a separate library we could build it based on
the x11 DISTRO_FEATURE, and put it in a separate package.

Ross


^ 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.