mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user