summaryrefslogtreecommitdiffstats
path: root/rules/dconf.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-02-01 11:07:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-08 14:24:11 +0100
commit3295046e1772369c5cbe0ba7efbbee5753be31d5 (patch)
treee3489d05c81fee132b631ff06618cec6a826c53c /rules/dconf.make
parent9d3bc50a5ec12241eff062e9adf46ae82f11f82f (diff)
downloadptxdist-3295046e1772369c5cbe0ba7efbbee5753be31d5.tar.gz
ptxdist-3295046e1772369c5cbe0ba7efbbee5753be31d5.tar.xz
dconf: version bump 0.5 -> 0.7.2
This means that we do now need dbus and glib 2.27. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: fix url & remove obsolete patches] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dconf.make')
-rw-r--r--rules/dconf.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/dconf.make b/rules/dconf.make
index 497179953..466cba017 100644
--- a/rules/dconf.make
+++ b/rules/dconf.make
@@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_DCONF) += dconf
#
# Paths and names
#
-DCONF_VERSION := 0.5
+DCONF_VERSION := 0.7.2
DCONF := dconf-$(DCONF_VERSION)
DCONF_SUFFIX := tar.bz2
-DCONF_URL := http://download.gnome.org/sources/dconf/0.5/$(DCONF).$(DCONF_SUFFIX)
+DCONF_URL := http://download.gnome.org/sources/dconf/0.7/$(DCONF).$(DCONF_SUFFIX)
DCONF_SOURCE := $(SRCDIR)/$(DCONF).$(DCONF_SUFFIX)
DCONF_DIR := $(BUILDDIR)/$(DCONF)
DCONF_LICENSE := LGPLv2.1