]> code.ossystems Code Review - openembedded-core.git/commitdiff
libglade: cleanup thanks to new gtk-doc.bbclass
authorRoss Burton <ross.burton@intel.com>
Thu, 19 Jul 2012 15:05:53 +0000 (16:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:40:06 +0000 (11:40 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-gnome/libglade/libglade_2.6.4.bb

index 747b4ed6a99e13752f3f7766bae907b029ab2644..0b01dc13ed759045975e1b590d0bf99c9d99f403 100644 (file)
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
                     file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff"
 
 SECTION = "libs"
-PR = "r3"
-DEPENDS = "zlib gdk-pixbuf gtk+ gtk-doc-native"
+PR = "r4"
+DEPENDS = "zlib gdk-pixbuf gtk+"
 
-inherit autotools pkgconfig gnome
+inherit autotools pkgconfig gnome gtk-doc
 
 SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch"