* Update to latest commit as consumers of picojson expects installed version to be based of master branch * Import upstream PR #159 to make it easier for consumers to find picojson PR: 287277 Reported by: kiwi Approved by: maintainer timeout, 2+ weeks
11 lines
240 B
PkgConfig
11 lines
240 B
PkgConfig
--- picojson.pc.in.orig 2025-06-03 19:41:23 UTC
|
|
+++ picojson.pc.in
|
|
@@ -0,0 +1,7 @@
|
|
+prefix=@prefix@
|
|
+includedir=@includedir@
|
|
+
|
|
+Name: picojson
|
|
+Description: Tiny JSON parser / serializer for C++
|
|
+Version: @version@
|
|
+Cflags: -I${includedir}
|