diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 10:04:21 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 10:04:21 +0000 |
commit | 80aae1fa0adb151536096e8354acddb1cf0f8809 (patch) | |
tree | 06bb0886036217b98d10b0e244844eecf70cc47e /packages/maemo4/libhildon.inc | |
parent | 3132647d57bab70919f8207d237878056378345d (diff) |
Reworked maemo4 packages
hildon-1: Removed, replaced by libhildon
hildon-lgpl: Removed (obsolete in Maemo 4.0)
hildon-libs: Removed (obsolete in Maemo 4.0)
outo: Removed (integrated in libosso).
libhildon: Updated to Maemo 4.0 version.
libhildonfm: Updated to Maemo 4.0 version.
libconic: Updated to Maemo 4.0 version.
libosso: Updated to Maemo 4.0 version.
mce-dev: Updated to Maemo 4.0 version.
osso-gwconnect: Updated to Maemo 4.0 version.
hildon-thumbnail: Updated to Maemo 4.0 version.
osso-thumbnail: Removed, replaced by hildon-thumbnail.
osso-gnome-vf2: New recipe, needed for other OSSO libraries.
osso-ic-oss: Adjusted dependencies.
libhildonmime: Adjusted dependencies.
libhildonhelp: Adjusted dependencies.
libgpsbt: Adjusted dependencies.
libgpsmgr: Adjusted dependencies.
libosso-gsf: Adjusted dependencies.
Diffstat (limited to 'packages/maemo4/libhildon.inc')
-rw-r--r-- | packages/maemo4/libhildon.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/maemo4/libhildon.inc b/packages/maemo4/libhildon.inc new file mode 100644 index 0000000000..bab16cf062 --- /dev/null +++ b/packages/maemo4/libhildon.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "Hildon widget library" +LICENSE = "LGPL" + +DEPENDS = "gconf-dbus esound gtk+" + +inherit autotools pkgconfig lib_package + +EXTRA_OECONF = "--with-maemo-gtk=no" + +do_stage() { + autotools_stage_all +} + |