summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libexif/libexif_0.6.24.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.24.bb b/meta/recipes-support/libexif/libexif_0.6.24.bb
index 69c91773097..7c0f96288b9 100644
--- a/meta/recipes-support/libexif/libexif_0.6.24.bb
+++ b/meta/recipes-support/libexif/libexif_0.6.24.bb
@@ -16,7 +16,8 @@ SRC_URI[sha256sum] = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d82
inherit autotools gettext github-releases ptest
-EXTRA_OECONF += "--disable-docs"
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'api-documentation', d)}"
+PACKAGECONFIG[api-documentation] = "--enable-docs,--disable-docs,doxygen-native"
do_compile_ptest() {
oe_runmake -C test buildtest-TESTS