diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.46.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.46.0.bb b/meta/recipes-support/atk/at-spi2-core_2.46.0.bb index f815a5eeb2..d9161e1acb 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.46.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.46.0.bb | |||
@@ -28,6 +28,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | |||
28 | PACKAGECONFIG[x11] = "-Dx11=yes,-Dx11=no,virtual/libx11 libxi libxtst" | 28 | PACKAGECONFIG[x11] = "-Dx11=yes,-Dx11=no,virtual/libx11 libxi libxtst" |
29 | 29 | ||
30 | GTKDOC_MESON_OPTION = "docs" | 30 | GTKDOC_MESON_OPTION = "docs" |
31 | # The documentation doesn't build if X11 is disabled. Appears to be fixed post 2.46.0. | ||
32 | EXTRA_OEMESON += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "-Ddocs=false", d)}" | ||
31 | 33 | ||
32 | GIR_MESON_OPTION = 'introspection' | 34 | GIR_MESON_OPTION = 'introspection' |
33 | GIR_MESON_ENABLE_FLAG = 'yes' | 35 | GIR_MESON_ENABLE_FLAG = 'yes' |