Explorar o código

pkg-config: Add URL and link math library

Max Bruckner %!s(int64=8) %!d(string=hai) anos
pai
achega
de992ec3c9
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 2 0
      libcjson.pc.in
  2. 1 0
      libcjson_utils.pc.in

+ 2 - 0
libcjson.pc.in

@@ -5,5 +5,7 @@ includedir=${prefix}/@includedir@
 Name: libcjson
 Version: @version@
 Description: Ultralightweight JSON parser in ANSI C
+URL: https://github.com/DaveGamble/cJSON
 Libs: -L${libdir} -lcjson
+Libs.Private: -lm
 Cflags: -I${includedir}

+ 1 - 0
libcjson_utils.pc.in

@@ -5,6 +5,7 @@ includedir=${prefix}/@includedir@
 Name: libcjson_utils
 Version: @version@
 Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
+URL: https://github.com/DaveGamble/cJSON
 Libs: -L${libdir} -lcjson_utils
 Cflags: -I${includedir}
 Requires: libcjson