aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-09-04 11:32:03 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-09-04 11:32:03 +0000
commit608ae24505e28e6212904851c39cc51de41bf037 (patch)
treea5123e688034b14fed09effb51c096983bcebc1b /packages/gnome
parentb15cd814c4d59a858beee25a329a6e29a0b3989b (diff)
downloadopenembedded-608ae24505e28e6212904851c39cc51de41bf037.tar.gz
libgnome_2.14.1.bb : new version
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/libgnome_2.14.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gnome/libgnome_2.14.1.bb b/packages/gnome/libgnome_2.14.1.bb
new file mode 100644
index 0000000000..e5a681ab54
--- /dev/null
+++ b/packages/gnome/libgnome_2.14.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Gnome application programming libraries"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r0"
+
+inherit gnome
+
+DEPENDS = "gconf-native gnome-vfs libbonobo"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+autotools_stage_all
+}