summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gnome
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-23 16:03:33 +0000
committerChris Lord <chris@openedhand.com>2005-09-23 16:03:33 +0000
commit57ea7b39904149aefe3dc6475a9d9f2ad87b4290 (patch)
treec924eea89239eebce5ff561fb623e4d81a9e49d5 /openembedded/packages/gnome
parentcf9d9599cc6dfceaf06faa3b3a40c7430f63b4f3 (diff)
downloadpoky-57ea7b39904149aefe3dc6475a9d9f2ad87b4290.tar.gz
- Use gtk 2.6.7 as opposed to 2.8.3
- Use dbus 0.50 as opposed to 0.36 - Use svn versions of matchbox apps - Update matchbox svn packages - Add matchbox-common svn package - Build gtk tools with gconf git-svn-id: https://svn.o-hand.com/repos/poky@33 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome')
-rw-r--r--openembedded/packages/gnome/gconf_2.6.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/gnome/gconf_2.6.1.bb b/openembedded/packages/gnome/gconf_2.6.1.bb
index cacd461a17..b54109580d 100644
--- a/openembedded/packages/gnome/gconf_2.6.1.bb
+++ b/openembedded/packages/gnome/gconf_2.6.1.bb
@@ -3,14 +3,15 @@ SECTION = "x11/gnome"
3DESCRIPTION = "GNOME configuration database system" 3DESCRIPTION = "GNOME configuration database system"
4SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ 4SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \
5 file://backends.patch;patch=1" 5 file://backends.patch;patch=1"
6DEPENDS = "orbit2 glib-2.0 libxml2" 6DEPENDS = "orbit2 glib-2.0 libxml2 gtk+"
7ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" 7ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2"
8 8
9FILES_${PN} += " ${libdir}/GConf/*" 9FILES_${PN} += " ${libdir}/GConf/*"
10PR = "r1"
10 11
11S = "${WORKDIR}/GConf-${PV}" 12S = "${WORKDIR}/GConf-${PV}"
12 13
13EXTRA_OECONF = "--disable-gtk-doc" 14EXTRA_OECONF = "--disable-gtk-doc --enable-gtk"
14 15
15inherit autotools pkgconfig gettext 16inherit autotools pkgconfig gettext
16 17