Set Description field in generated pkg-config files (instead of Summary)
Fixes #1416
This commit is contained in:
parent
0a3ca5b43d
commit
b4ad04982d
|
@ -1400,7 +1400,7 @@ libtcmalloc.pc: Makefile
|
|||
echo '' >> "$@".tmp
|
||||
echo 'Name: $(PACKAGE)' >> "$@".tmp
|
||||
echo 'Version: $(VERSION)' >> "$@".tmp
|
||||
echo 'Summary: Performance tools for C++' >> "$@".tmp
|
||||
echo 'Description: Performance tools for C++' >> "$@".tmp
|
||||
echo 'URL: https://github.com/gperftools/gperftools' >> "$@".tmp
|
||||
echo 'Requires:' >> "$@".tmp
|
||||
echo 'Libs: -L$${libdir} -ltcmalloc' >> "$@".tmp
|
||||
|
|
Loading…
Reference in New Issue