Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gtk+: add native class
@ 2013-01-03 11:44 Ross Burton
  2013-01-03 12:01 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2013-01-03 11:44 UTC (permalink / raw)
  To: openembedded-core

It's easiest to bootstrap GTK+ 3 using a native GTK+ 2.

(Patch taken from meta-oe)

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-gnome/gtk+/gtk+_2.24.14.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb
index 553196a..a6e705b 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.24.14.bb
@@ -60,3 +60,6 @@ python populate_packages_prepend () {
     if (d.getVar('DEBIAN_NAMES', True)):
         d.setVar('PKG_${PN}', '${MLPREFIX}libgtk-2.0')
 }
+
+BBCLASSEXTEND = "native"
+RRECOMMENDS_${PN}_virtclass-native = ""
-- 
1.7.10




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

end of thread, other threads:[~2013-01-03 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 11:44 [PATCH] gtk+: add native class Ross Burton
2013-01-03 12:01 ` Martin Jansa
2013-01-03 12:03   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox