update-pc.diff
changeset 37 fbbcfc54d4d3
parent 36 b8854e2fe147
child 38 dfd761c2ef62
equal deleted inserted replaced
36:b8854e2fe147 37:fbbcfc54d4d3
     1 # HG changeset patch
       
     2 # Parent ec1520e78aae04d3516b09c694ca6f3c2d4967de
       
     3 Make linking with mcabber deps optional
       
     4 
       
     5 diff -r ec1520e78aae -r 9d2c1bf277e5 mcabber/mcabber.pc.in
       
     6 --- a/mcabber/mcabber.pc.in	Thu Jul 19 08:01:36 2012 +0300
       
     7 +++ b/mcabber/mcabber.pc.in	Thu Jul 19 08:01:53 2012 +0300
       
     8 @@ -5,7 +5,8 @@
       
     9  
       
    10  Name: MCabber
       
    11  Description: Modular XMPP client
       
    12 -Requires: glib-2.0 gmodule-2.0 loudmouth-1.0
       
    13 +URL: http://mcabber.com
       
    14 +Requires.private: glib-2.0 gmodule-2.0 loudmouth-1.0
       
    15  Version: @VERSION@
       
    16  Libs: 
       
    17  Cflags: -I${includedir} @LIBOTR_CFLAGS@ @GPGME_CFLAGS@