diff options
Diffstat (limited to 'meta-gnome/recipes-support/keybinder/keybinder_3.0.bb')
| -rw-r--r-- | meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index d6744a3065..0a0a3e6b43 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
| @@ -18,7 +18,9 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ | |||
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} = "gtk+" | 19 | RDEPENDS_${PN} = "gtk+" |
| 20 | 20 | ||
| 21 | inherit autotools gtk-doc gobject-introspection | 21 | inherit distro_features_check autotools gtk-doc gobject-introspection |
| 22 | |||
| 23 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 22 | do_configure_prepend() { | 24 | do_configure_prepend() { |
| 23 | touch ${S}/ChangeLog | 25 | touch ${S}/ChangeLog |
| 24 | } | 26 | } |
