Chromium Code Reviews| Index: third_party/libxslt/linux/libxslt.pc |
| diff --git a/third_party/libxslt/linux/libxslt.pc b/third_party/libxslt/linux/libxslt.pc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ea995b64990655df05b7347c94f04813a4f0374b |
| --- /dev/null |
| +++ b/third_party/libxslt/linux/libxslt.pc |
| @@ -0,0 +1,12 @@ |
| +prefix=/usr/local |
| +exec_prefix=${prefix} |
| +libdir=${exec_prefix}/lib |
| +includedir=${prefix}/include |
| + |
| + |
| +Name: libxslt |
| +Version: 1.1.28 |
| +Description: XSLT library version 2. |
| +Requires: libxml-2.0 |
| +Libs: -L${libdir} -lxslt -L/work/cb/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -lz -lm -ldl -lm |
| +Cflags: -I${includedir} |