diff options
Diffstat (limited to 'meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb')
| -rw-r--r-- | meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb index 441bcd3ac3..d2e81ee780 100644 --- a/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb +++ b/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb | |||
| @@ -55,11 +55,12 @@ EXTRA_OECONF += "\ | |||
| 55 | --without-wxdir \ | 55 | --without-wxdir \ |
| 56 | --without-x \ | 56 | --without-x \ |
| 57 | --with-boinc-platform=${TARGET_SYS} \ | 57 | --with-boinc-platform=${TARGET_SYS} \ |
| 58 | ac_cv_c_undeclared_builtin_options='none' \ | ||
| 58 | " | 59 | " |
| 59 | export PKG_CONFIG = "${STAGING_BINDIR_NATIVE}/pkg-config" | 60 | export PKG_CONFIG = "${STAGING_BINDIR_NATIVE}/pkg-config" |
| 60 | 61 | ||
| 61 | do_configure_prepend () { | 62 | do_configure_prepend () { |
| 62 | if "${@bb.utils.contains('DEPENDS', 'gtk+', '1', '0', d)}" = "0" | 63 | if [ "${@bb.utils.contains('DEPENDS', 'gtk+', '1', '0', d)}" = "0" ] |
| 63 | then | 64 | then |
| 64 | export GTK2_CFLAGS="" | 65 | export GTK2_CFLAGS="" |
| 65 | export GTK2_LIBS="" | 66 | export GTK2_LIBS="" |
