23 lines
683 B
Diff
23 lines
683 B
Diff
|
From: Jan Engelhardt <jengelh@medozas.de>
|
||
|
Date: 2012-03-17 15:49:17.431507472 +0100
|
||
|
|
||
|
Public augeas header files (for use by 3rd party programs) include
|
||
|
<libxml/tree.h>, so the .pc file must require xml2 for it to work.
|
||
|
|
||
|
---
|
||
|
augeas.pc.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: augeas-0.10.0/augeas.pc.in
|
||
|
===================================================================
|
||
|
--- augeas-0.10.0.orig/augeas.pc.in
|
||
|
+++ augeas-0.10.0/augeas.pc.in
|
||
|
@@ -6,6 +6,6 @@ includedir=@includedir@
|
||
|
Name: augeas
|
||
|
Version: @VERSION@
|
||
|
Description: Augeas configuration editing library
|
||
|
-Requires:
|
||
|
+Requires: libxml-2.0
|
||
|
Libs: -L${libdir} -laugeas @LIBS@
|
||
|
Cflags: -I${includedir}
|