mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:18:59 +08:00
15 lines
428 B
Diff
15 lines
428 B
Diff
|
diff --git a/libexslt.pc.in b/libexslt.pc.in
|
||
|
index 1d60563..50089e8 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@
|
||
|
Libs: @EXSLT_LIBDIR@ -lexslt
|
||
|
Libs.private: @EXSLT_PRIVATE_LIBS@
|