All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gtk+: fix compile error
@ 2015-07-15 14:58 Armin Kuster
  2015-07-20 20:51 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2015-07-15 14:58 UTC (permalink / raw)
  To: openembedded-core

add introspection configure flag.

make[4]: *** No rule to make target `Gdk-2.0.typelib', needed by `all-am'.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-gnome/gtk+/gtk+.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc
index 1c0558c..760c6f8 100644
--- a/meta/recipes-gnome/gtk+/gtk+.inc
+++ b/meta/recipes-gnome/gtk+/gtk+.inc
@@ -21,6 +21,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}
 PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}"
 # without --with-gdktarget=directfb it will check for cairo-xlib which isn't available without X11 DISTRO_FEATURE
 PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb"
+PACKAGECONFIG[introspection] = "--enable-introspection=yes, --enable-introspection=no, libgirepository"
 
 inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache
 
-- 
2.3.5



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

* Re: [PATCH] gtk+: fix compile error
  2015-07-15 14:58 [PATCH] gtk+: fix compile error Armin Kuster
@ 2015-07-20 20:51 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2015-07-20 20:51 UTC (permalink / raw)
  To: Armin Kuster; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On 15 July 2015 at 15:58, Armin Kuster <akuster808@gmail.com> wrote:

> +PACKAGECONFIG[introspection] = "--enable-introspection=yes,
> --enable-introspection=no, libgirepository"
>

That's just not going to work out of the box, might as well just pass
--disable-introspection for now.  Unless you're trying to make meta-gir
work again..?

Ross

[-- Attachment #2: Type: text/html, Size: 776 bytes --]

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

end of thread, other threads:[~2015-07-20 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-15 14:58 [PATCH] gtk+: fix compile error Armin Kuster
2015-07-20 20:51 ` 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.