summaryrefslogtreecommitdiffstats
path: root/meta-gnome/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-gnome/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-gnome/packages/gnome/gnome-desktop.inc')
-rw-r--r--meta-gnome/packages/gnome/gnome-desktop.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-gnome/packages/gnome/gnome-desktop.inc b/meta-gnome/packages/gnome/gnome-desktop.inc
deleted file mode 100644
index be00145a13..0000000000
--- a/meta-gnome/packages/gnome/gnome-desktop.inc
+++ /dev/null
@@ -1,18 +0,0 @@
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
12do_stage () {
13 autotools_stage_all
14}
15
16FILES_${PN} += "${datadir}/gnome-about"
17
18inherit gnome pkgconfig \ No newline at end of file