mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
15 lines
448 B
Diff
15 lines
448 B
Diff
diff --git a/libexslt.pc.in b/libexslt.pc.in
|
|
index f448bb83..791bcdda 100644
|
|
--- a/libexslt.pc.in
|
|
+++ b/libexslt.pc.in
|
|
@@ -7,7 +7,8 @@ includedir=@includedir@
|
|
Name: libexslt
|
|
Version: @LIBEXSLT_VERSION@
|
|
Description: EXSLT Extension library
|
|
-Requires: libxml-2.0, libxslt
|
|
+Requires: libxslt
|
|
+Requires.private: @EXSLT_PRIVATE_REQUIRES@
|
|
Cflags: @EXSLT_INCLUDEDIR@ @LIBEXSLT_CFLAGS@
|
|
Libs: @EXSLT_LIBDIR@ -lexslt
|
|
Libs.private: @EXSLT_PRIVATE_LIBS@
|