- 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
This commit is contained in:
Chris Lord
2005-09-23 16:03:33 +00:00
parent cf9d9599cc
commit 57ea7b3990
7 changed files with 34 additions and 16 deletions

View File

@@ -3,14 +3,15 @@ SECTION = "x11/gnome"
DESCRIPTION = "GNOME configuration database system"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \
file://backends.patch;patch=1"
DEPENDS = "orbit2 glib-2.0 libxml2"
DEPENDS = "orbit2 glib-2.0 libxml2 gtk+"
ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2"
FILES_${PN} += " ${libdir}/GConf/*"
PR = "r1"
S = "${WORKDIR}/GConf-${PV}"
EXTRA_OECONF = "--disable-gtk-doc"
EXTRA_OECONF = "--disable-gtk-doc --enable-gtk"
inherit autotools pkgconfig gettext