diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-10-05 14:40:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-10-05 14:40:30 +0000 |
commit | 748c99f0ca3834619f3db62c507b42cf70ca68e5 (patch) | |
tree | 7dd3cc339350aba48d0f6db5e9a64b301b033c31 /contrib | |
parent | 56231ad97cd2978f8496dae65c8900dc49490303 (diff) | |
download | gtk+-748c99f0ca3834619f3db62c507b42cf70ca68e5.tar.gz |
Require gmodule-no-export-2.0 instead of gmodule-2.0
2005-10-05 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-xlib-2.0.pc.in (Requires): Require
gmodule-no-export-2.0 instead of gmodule-2.0
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gdk-pixbuf-xlib/ChangeLog | 5 | ||||
-rw-r--r-- | contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog index 960ebe7d79..be68449d57 100644 --- a/contrib/gdk-pixbuf-xlib/ChangeLog +++ b/contrib/gdk-pixbuf-xlib/ChangeLog @@ -1,3 +1,8 @@ +2005-10-05 Matthias Clasen <mclasen@redhat.com> + + * gdk-pixbuf-xlib-2.0.pc.in (Requires): Require + gmodule-no-export-2.0 instead of gmodule-2.0 + 2005-08-24 Matthias Clasen <mclasen@redhat.com> * === Released 2.8.2 === diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in index 996d6c305c..5c7871d76e 100644 --- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in +++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: GdkPixbuf Xlib Description: GdkPixbuf rendering for Xlib Version: @VERSION@ -Requires: gobject-2.0,gmodule-2.0,gdk-pixbuf-2.0 +Requires: gobject-2.0,gmodule-no-export-2.0,gdk-pixbuf-2.0 Libs: -L${libdir} -lgdk_pixbuf_xlib-@GTK_API_VERSION@ Cflags: -I${includedir} |