Skip to content

Commit

Permalink
tomlplusplus: Inherit pkgconfig
Browse files Browse the repository at this point in the history
fix typo in SUMMARY while here

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 17, 2024
1 parent 6c6cf90 commit aa3bfb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUMMARY = "toml config parser and seriaizer for c++."
SUMMARY = "toml config parser and serializer for c++."
HOMEPAGE = "https://github.com/marzer/tomlplusplus"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
Expand All @@ -13,7 +13,7 @@ S = "${WORKDIR}/git"

DEPENDS = "cmake-native"

inherit meson ptest
inherit meson ptest pkgconfig

EXTRA_OEMESON += "-Dbuild_tests=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "true", "false", d)} \
"
Expand Down

0 comments on commit aa3bfb8

Please sign in to comment.