diff options
Diffstat (limited to 'recipes/pango/pango-native_1.22.0.bb')
-rw-r--r-- | recipes/pango/pango-native_1.22.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/pango/pango-native_1.22.0.bb b/recipes/pango/pango-native_1.22.0.bb new file mode 100644 index 0000000000..ba2cf4ca3b --- /dev/null +++ b/recipes/pango/pango-native_1.22.0.bb @@ -0,0 +1,12 @@ + +require pango_1.22.0.bb + +inherit native + +DEPENDS += "glib-2.0-native cairo-native" +PROVIDES = "pango-native" + +SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/pango-${PV}.tar.bz2" + +PR = "r0" + |