Chromium Code Reviews

Side by Side Diff: third_party/libxslt/libxslt.pc.in

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: to numbered version, update readme Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 prefix=@prefix@ 1 prefix=@prefix@
2 exec_prefix=@exec_prefix@ 2 exec_prefix=@exec_prefix@
3 libdir=@libdir@ 3 libdir=@libdir@
4 includedir=@includedir@ 4 includedir=@includedir@
5 5
6 6
7 Name: libxslt 7 Name: libxslt
8 Version: @VERSION@ 8 Version: @VERSION@
9 Description: XSLT library version 2. 9 Description: XSLT library version 2.
10 Requires: libxml-2.0 10 Requires: libxml-2.0
11 Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ 11 Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@
12 Cflags: @XSLT_INCLUDEDIR@ 12 Cflags: @XSLT_INCLUDEDIR@
OLDNEW

Powered by Google App Engine