All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome] add libxi dependency to gtk3
@ 2012-12-13 19:58 Marko Lindqvist
  2012-12-13 19:58 ` [meta-gnome][PATCH] gtk+3: add libxi dependency Marko Lindqvist
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Lindqvist @ 2012-12-13 19:58 UTC (permalink / raw)
  To: openembedded-devel


Resending with tags in subject line.


 - ML



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

* [meta-gnome][PATCH] gtk+3: add libxi dependency
  2012-12-13 19:58 [meta-gnome] add libxi dependency to gtk3 Marko Lindqvist
@ 2012-12-13 19:58 ` Marko Lindqvist
  0 siblings, 0 replies; 2+ messages in thread
From: Marko Lindqvist @ 2012-12-13 19:58 UTC (permalink / raw)
  To: openembedded-devel

Without even compile fails:
| In file included from gdkdevice-xi.c:24:0:
| gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb
index 854ba41..55397cc 100644
--- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb
+++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
 
 DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \
            gtk-doc-native docbook-utils-native libxrandr libgcrypt \
-           libxdamage libxrender libxcomposite cairo gdk-pixbuf gtk+-native"
+           libxdamage libxrender libxcomposite libxi cairo gdk-pixbuf gtk+-native"
 
 LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+"
 
-- 
1.7.10.4




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

end of thread, other threads:[~2012-12-13 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 19:58 [meta-gnome] add libxi dependency to gtk3 Marko Lindqvist
2012-12-13 19:58 ` [meta-gnome][PATCH] gtk+3: add libxi dependency Marko Lindqvist

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.