aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support/keybinder/keybinder_3.0.bb')
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index d567d00d3f..e64fcf1ee6 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -16,12 +16,12 @@ PV = "3.0+git${SRCPV}"
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
"
-RDEPENDS_${PN} = "gtk+"
+RDEPENDS:${PN} = "gtk+"
inherit features_check autotools gtk-doc gobject-introspection
REQUIRED_DISTRO_FEATURES = "x11"
-do_configure_prepend() {
+do_configure:prepend() {
touch ${S}/ChangeLog
}