|
From dbe3e0c43e549a1602286144d94b0666549b18e6 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
|
|
Date: Mon, 19 Mar 2018 12:41:47 -0300
|
|
Subject: [PATCH] libpng.pc.in: zlib dependency is private
|
|
|
|
zlib should be injected only when pkgconfig is ran with the --static
|
|
option.
|
|
---
|
|
libpng.pc.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/libpng.pc.in
|
|
+++ b/libpng.pc.in
|
|
@@ -6,7 +6,7 @@ includedir=@includedir@/libpng@PNGLIB_MA
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: @PNGLIB_VERSION@
|
|
-Requires: zlib
|
|
+Requires.private: zlib
|
|
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|