diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-03 21:55:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:28 +0200 |
commit | 3571ee5a9b7e8487bda8c912556b41459641ea62 (patch) | |
tree | 8d34ff42528c65322559a00df64f43b92fb506cf /meta-gnome/recipes-apps | |
parent | 4955ea3959c14f5db85e6a8ea2740a2b9042a11e (diff) | |
download | meta-openembedded-3571ee5a9b7e8487bda8c912556b41459641ea62.tar.gz |
gmtk: inherit gconf
* do_configure fails without it
configure.ac:215: error: possibly undefined macro: AM_GCONF_SOURCE_2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-apps')
-rw-r--r-- | meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb index 9aa4e041f..0a4b48453 100644 --- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb +++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b1251 | |||
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore" | 14 | EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore" |
15 | 15 | ||
16 | inherit gettext pkgconfig autotools | 16 | inherit gettext pkgconfig autotools gconf |