diff options
| -rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb | 8 |
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 | ||
| 13 | inherit meson ptest | 13 | inherit cmake ptest |
| 14 | 14 | ||
| 15 | EXTRA_OEMESON += " \ | 15 | EXTRA_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 | ||
| 20 | CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" | 20 | CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" |
