summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 69e66289c..73ddf77d8 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"
17 17
18inherit cmake 18inherit cmake
19 19
20EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON \ 20EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \
21 -DBUILD_SHARED_LIBS=ON \
21 -DCMAKE_BUILD_TYPE=Release \ 22 -DCMAKE_BUILD_TYPE=Release \
22 " 23 "