summaryrefslogtreecommitdiff
path: root/meta/packages/gnome/gnome-desktop.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-18 16:41:39 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-18 16:41:39 +0100
commit9e58848ef93cd352e399b18c4754e824a641bbdd (patch)
tree486a71a224ec0a42feaa5d344d3fb5bf2d18bb38 /meta/packages/gnome/gnome-desktop.inc
parentc41f317a14403050131aeb7dc2a53a751b39676d (diff)
downloadopenembedded-core-9e58848ef93cd352e399b18c4754e824a641bbdd.tar.gz
openembedded-core-9e58848ef93cd352e399b18c4754e824a641bbdd.tar.bz2
openembedded-core-9e58848ef93cd352e399b18c4754e824a641bbdd.tar.xz
openembedded-core-9e58848ef93cd352e399b18c4754e824a641bbdd.zip
gnome: Promote gnome-settings-daemon and dependencies into meta/. Also remove now unneeded custom staging functions
Diffstat (limited to 'meta/packages/gnome/gnome-desktop.inc')
-rw-r--r--meta/packages/gnome/gnome-desktop.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-desktop.inc b/meta/packages/gnome/gnome-desktop.inc
new file mode 100644
index 000000000..de3f751ef
--- /dev/null
+++ b/meta/packages/gnome/gnome-desktop.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNOME library for reading .desktop files"
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+DEPENDS = "gconf-dbus libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
+
+EXTRA_OECONF = "--disable-scrollkeeper"
+
+do_configure_prepend () {
+ cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
+}
+
+FILES_${PN} += "${datadir}/gnome-about"
+
+inherit gnome pkgconfig \ No newline at end of file