summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb
index 89e6eca99b..09c7e2722c 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb
@@ -10,11 +10,11 @@ SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=http
10 file://run-ptest" 10 file://run-ptest"
11 11
12 12
13inherit meson ptest 13inherit cmake ptest
14 14
15EXTRA_OEMESON += " \ 15EXTRA_OECMAKE += " \
16 ${@bb.utils.contains('PTEST_ENABLED', '1', '-Dtests=true', '', d)} \ 16 ${@bb.utils.contains('PTEST_ENABLED', '1', '-Dtinyxml2_BUILD_TESTING=ON', '', d)} \
17 -Ddefault_library=both \ 17 -DBUILD_SHARED_LIBS=ON \
18" 18"
19 19
20CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" 20CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"