r29136 - /desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 27 02:07:15 UTC 2011


Author: biebl
Date: Wed Jul 27 02:07:14 2011
New Revision: 29136

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29136
Log:
Make gtk-doc scanner link against gtk+-2.0

Modified:
    desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch

Modified: desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch?rev=29136&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch [utf-8] (original)
+++ desktop/unstable/glade-3/debian/patches/02_link_gtk-doc_scanner.patch [utf-8] Wed Jul 27 02:07:14 2011
@@ -7,7 +7,7 @@
  	`pkg-config --cflags gtk+-2.0`
  
 -GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-1.la
-+GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-1.la `pkg-config --libs gobject-2.0`
++GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-1.la `pkg-config --libs gtk+-2.0`
  
  # This includes the standard gtk-doc make rules, copied by gtkdocize.
  include $(top_srcdir)/gtk-doc.make




More information about the pkg-gnome-commits mailing list