diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-15 12:24:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-13 11:26:55 +0200 |
commit | e088156d5b620e5e639580dacf85c6dc13823c74 (patch) | |
tree | 57f5c025e203279944da512166c20bc0521d8ccd /libpng/scripts/libpng.pc.in | |
download | ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.gz ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.bz2 ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.zip |
Import Ghostscript 9.50ghostscript-9.50
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'libpng/scripts/libpng.pc.in')
-rw-r--r-- | libpng/scripts/libpng.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libpng/scripts/libpng.pc.in b/libpng/scripts/libpng.pc.in new file mode 100644 index 00000000..33c65767 --- /dev/null +++ b/libpng/scripts/libpng.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/libpng16 + +Name: libpng +Description: Loads and saves PNG files +Version: 1.6.34 +Libs: -L${libdir} -lpng16 +Cflags: -I${includedir} |