Gitweb links:
...log
http://git.netsurf-browser.org/libnslayout.git/shortlog/29c85a74a5fe16bfa...
...commit
http://git.netsurf-browser.org/libnslayout.git/commit/29c85a74a5fe16bfa6c...
...tree
http://git.netsurf-browser.org/libnslayout.git/tree/29c85a74a5fe16bfa6cba...
The branch, master has been updated
via 29c85a74a5fe16bfa6cba7d82e4748367e261a20 (commit)
from 13ee56ee329244d3a1bb6114ad3b0a8f14f392a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libnslayout.git/commit/?id=29c85a74a5fe16b...
commit 29c85a74a5fe16bfa6cba7d82e4748367e261a20
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Add pkgconfig file.
diff --git a/libnslayout.pc.in b/libnslayout.pc.in
new file mode 100644
index 0000000..89b2cbd
--- /dev/null
+++ b/libnslayout.pc.in
@@ -0,0 +1,11 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/LIBDIR
+includedir=${prefix}/INCLUDEDIR
+
+Name: libnslayout
+Description: The NetSurf browser layout engine
+Version: VERSION
+Requires: libdom, libcss, libparserutils, libwapcaplet
+Libs: -L${libdir} -lnslayout
+Cflags: -I${includedir}
-----------------------------------------------------------------------
Summary of changes:
libnslayout.pc.in | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 libnslayout.pc.in
diff --git a/libnslayout.pc.in b/libnslayout.pc.in
new file mode 100644
index 0000000..89b2cbd
--- /dev/null
+++ b/libnslayout.pc.in
@@ -0,0 +1,11 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/LIBDIR
+includedir=${prefix}/INCLUDEDIR
+
+Name: libnslayout
+Description: The NetSurf browser layout engine
+Version: VERSION
+Requires: libdom, libcss, libparserutils, libwapcaplet
+Libs: -L${libdir} -lnslayout
+Cflags: -I${includedir}
--
NetSurf Layout Engine