[anjuta] libanjuta: move libxml-2.0 to the Requires.private section of the .pc file



commit 8e54f35ab734da4c377975d3091c6a038b729610
Author: Abderrahim Kitouni <akitouni src gnome org>
Date:   Mon Feb 7 21:43:25 2011 +0100

    libanjuta: move libxml-2.0 to the Requires.private section of the .pc file

 libanjuta/libanjuta-3.0.pc.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/libanjuta-3.0.pc.in b/libanjuta/libanjuta-3.0.pc.in
index a51bf72..c31100e 100644
--- a/libanjuta/libanjuta-3.0.pc.in
+++ b/libanjuta/libanjuta-3.0.pc.in
@@ -9,6 +9,7 @@ idldir= datadir@/idl/libanjuta-3.0
 Name: libanjuta
 Description: Libraries for developing Anjuta plugins.
 Version: @VERSION@
-Requires: gtk+-3.0 libxml-2.0 gdl-3.0
+Requires: gtk+-3.0 gdl-3.0
+Requires.private: libxml-2.0
 Libs: -L${libdir} -lanjuta-3
 Cflags: -I${includedir}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]