Skip to content

Commit

Permalink
libnma: Fix build on riscv32
Browse files Browse the repository at this point in the history
Disable vapi which needs introspection

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 30, 2020
1 parent cc2736d commit 04ebc3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
PACKAGECONFIG[iso_codes] = "-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes"
PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info"

# go introspection is not supported for mipsn32, but vapi needs it
# go introspection is not supported for mipsn32/riscv32, but vapi needs it
#
EXTRA_OEMESON_mipsarchn32_append = " -Dvapi=false"
EXTRA_OEMESON_riscv32_append = " -Dvapi=false"

GTKDOC_MESON_OPTION = "gtk_doc"

0 comments on commit 04ebc3e

Please sign in to comment.