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

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-169-g51c7b27)



The branch, master has been updated
       via  51c7b2770c01b851f4f7bd0624eed0533c69c376 (commit)
      from  ee7230dd49e93b9e786fe18536c65f27a7e8daeb (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.


=========
 Summary
=========

 libgeda/libgeda.pc.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 51c7b2770c01b851f4f7bd0624eed0533c69c376
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sat Jan 10 21:35:58 2009 +0000

    libgeda: Use "Requires.private" feature in pkg-config to avoid overlinking
    
    When libgeda declares that it requires gdk-pixbuf-2.0, using the
    Requires.private field allows the required CFLAGS to be passed on without
    forcing programs linking against libgeda to explicitly link with gdk-pixbuf
    
    This causes programs using libgeda to require a version of pkg-config >0.18
    (although that hasn't been determined experimentally). This was released in
    2005/2006, so ought to be fairly ubiqutous.

:100644 100644 33c0a13... 978edec... M	libgeda/libgeda.pc.in

=========
 Changes
=========

commit 51c7b2770c01b851f4f7bd0624eed0533c69c376
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sat Jan 10 21:35:58 2009 +0000

    libgeda: Use "Requires.private" feature in pkg-config to avoid overlinking
    
    When libgeda declares that it requires gdk-pixbuf-2.0, using the
    Requires.private field allows the required CFLAGS to be passed on without
    forcing programs linking against libgeda to explicitly link with gdk-pixbuf
    
    This causes programs using libgeda to require a version of pkg-config >0.18
    (although that hasn't been determined experimentally). This was released in
    2005/2006, so ought to be fairly ubiqutous.

diff --git a/libgeda/libgeda.pc.in b/libgeda/libgeda.pc.in
index 33c0a13..978edec 100644
--- a/libgeda/libgeda.pc.in
+++ b/libgeda/libgeda.pc.in
@@ -5,7 +5,8 @@ includedir=@includedir@
 
 Name: libgeda
 Description: gEDA/gaf's core library 
-Requires: gdk-pixbuf-2.0
+Requires:
+Requires.private: gdk-pixbuf-2.0
 Version: @DATE_VERSION@
 Libs: -L${libdir} -lgeda
 Cflags: -I${includedir} @GUILE_CFLAGS@




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs