aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/pugixml
diff options
context:
space:
mode:
authorBartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>2020-05-05 00:24:29 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-05 16:23:36 -0700
commitdcede6c504933bc0087a835d437d96866d72cfa8 (patch)
treec8a22b2022f7cd624a64d7a42539f159523b0087 /meta-oe/recipes-devtools/pugixml
parenteaf4a9d8a770cc0d1a19a5866a33ce25cba065ce (diff)
downloadmeta-openembedded-contrib-dcede6c504933bc0087a835d437d96866d72cfa8.tar.gz
pugixml: generate pkgconfig files.
This fixes build of kodi that is expecting proper pkgconfig files for pugixml. Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/pugixml')
-rw-r--r--meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb
index 69e66289c0..73ddf77d84 100644
--- a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb
+++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb
@@ -17,6 +17,7 @@ UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases"
inherit cmake
-EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON \
+EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \
+ -DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release \
"