[gdl] pkgconfig: Move libxml-2.0 dependency to Requires.private



commit b4862fe4a42e02d1efc31134b09623836c98e458
Author: Kalev Lember <kalevlember gmail com>
Date:   Thu Jun 28 15:23:48 2012 +0300

    pkgconfig: Move libxml-2.0 dependency to Requires.private
    
    Requires should only list dependencies that are needed when linking
    against the shared library. Any other dependency that's only used
    internally in the library and not exposed in the interface should go to
    Requires.private.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679059

 gdl-3.0.pc.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gdl-3.0.pc.in b/gdl-3.0.pc.in
index 0c4c703..7a5e199 100644
--- a/gdl-3.0.pc.in
+++ b/gdl-3.0.pc.in
@@ -7,6 +7,7 @@ datarootdir= datarootdir@
 Name: gdl
 Description: Gnome Docking Library
 Version: @VERSION@
-Requires: gtk+-3.0 libxml-2.0
+Requires: gtk+-3.0
+Requires.private: libxml-2.0
 Libs: -L${libdir} -lgdl-3
 Cflags: -I${includedir}



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