diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-25 17:57:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:15 +0100 |
commit | 908c9fce842b022dd285ccf363a0fda325cdf91b (patch) | |
tree | 5667eefbc66c0a20bba80c00743cd4293796e56b | |
parent | 40b4357c79f971b79fcb667cd6617068250ac4d1 (diff) | |
download | openembedded-core-908c9fce842b022dd285ccf363a0fda325cdf91b.tar.gz openembedded-core-908c9fce842b022dd285ccf363a0fda325cdf91b.tar.bz2 openembedded-core-908c9fce842b022dd285ccf363a0fda325cdf91b.zip |
libuser: enable gtk-doc
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta/recipes-extended/libuser/libuser_0.62.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/meta/recipes-extended/libuser/libuser_0.62.bb index 960f789e27..3d0b516aba 100644 --- a/meta/recipes-extended/libuser/libuser_0.62.bb +++ b/meta/recipes-extended/libuser/libuser_0.62.bb @@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3c DEPENDS = "popt libpam glib-2.0 docbook-utils-native linuxdoc-tools-native python3" -inherit autotools gettext python3native python3-dir pkgconfig +inherit autotools gettext python3native python3-dir pkgconfig gtk-doc EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" |