summaryrefslogtreecommitdiffstats
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)
downloadpoky-9e58848ef93cd352e399b18c4754e824a641bbdd.tar.gz
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 0000000000..de3f751efa
--- /dev/null
+++ b/meta/packages/gnome/gnome-desktop.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "GNOME library for reading .desktop files"
2SECTION = "x11/gnome"
3LICENSE = "GPL"
4DEPENDS = "gconf-dbus libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
5
6EXTRA_OECONF = "--disable-scrollkeeper"
7
8do_configure_prepend () {
9 cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
10}
11
12FILES_${PN} += "${datadir}/gnome-about"
13
14inherit gnome pkgconfig \ No newline at end of file