mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
873bd99008
This should also be done in LyX 2.3.x now or for LyX 2.3.1.
14 lines
254 B
PkgConfig
14 lines
254 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|