diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-04-21 12:56:09 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:01 +0200 |
| commit | 3a42cf587c285d5178dff46bde7d82a84430e268 (patch) | |
| tree | 4bfe184940fcf9f49622fe8b6240de1b84c4f94f | |
| parent | 091225388eef8135b81755f2556ffb4999779b99 (diff) | |
| download | meta-openembedded-3a42cf587c285d5178dff46bde7d82a84430e268.tar.gz | |
gnome-disk-utility: set correct nautilus configure options
| gnome-disk-utility-2.32.0: gnome-disk-utility: configure was passed unrecognised options: --disable-nautilus-extension
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb index 37c504693c..bd5d945b13 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | |||
| @@ -21,7 +21,7 @@ SRC_URI += "\ | |||
| 21 | EXTRA_OECONF += "--disable-scrollkeeper" | 21 | EXTRA_OECONF += "--disable-scrollkeeper" |
| 22 | 22 | ||
| 23 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
| 24 | PACKAGECONFIG[nautilus] = "--enable-nautilus-extension,--disable-nautilus-extension,nautilus" | 24 | PACKAGECONFIG[nautilus] = "--enable-nautilus,--disable-nautilus,nautilus" |
| 25 | 25 | ||
| 26 | do_configure_prepend() { | 26 | do_configure_prepend() { |
| 27 | sed -i -e "s: help : :g" ${S}/Makefile.am | 27 | sed -i -e "s: help : :g" ${S}/Makefile.am |
