Make it bitbake-able without the -b switch by correcting DEPENDS variables
[oespirit1] / libhildon.inc
1 DESCRIPTION = "Hildon widget library"
2 LICENSE = "GNU Lesser General Public License-version 2.1"
3
4 DEPENDS = "gconf-dbus esound gtk+"
5
6 inherit autotools pkgconfig lib_package
7
8 EXTRA_OECONF = "--with-maemo-gtk=yes --disable-gtk-doc"
9
10 do_stage() {
11         autotools_stage_all
12 }
13