1 2 3 4 5 6 7 8 9 10 11 12
LICENSE = "GPL" SECTION = "x11/gnome" inherit autotools gnome pkgconfig DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" do_stage() { autotools_stage_all }