Commit fef3503b authored by Sebastian Zenker's avatar Sebastian Zenker

improved name and description in .pc files

parent abe7abab
......@@ -2,8 +2,8 @@ prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
Name: Cap'n Proto
Description: basic utility library called KJ (async part)
Name: KJ Async Framework Library
Description: Basic utility library called KJ (async part)
Version: @VERSION@
Libs: -L${libdir} -lkj-async @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ @STDLIB_FLAG@
Requires: kj = @VERSION@
......
......@@ -2,8 +2,8 @@ prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
Name: Cap'n Proto
Description: basic utility library called KJ
Name: KJ Framework Library
Description: Basic utility library called KJ
Version: @VERSION@
Libs: -L${libdir} -lkj @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ @STDLIB_FLAG@
Cflags: -I${includedir} @PTHREAD_CFLAGS@ @STDLIB_FLAG@ @CAPNP_LITE_FLAG@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment