mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 01:39:02 +00:00
libnma: Fix build on riscv32
Disable vapi which needs introspection Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cc2736da69
commit
04ebc3e531
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user