diff options
author | James Henstridge <james@daa.com.au> | 2002-03-06 23:34:11 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2002-03-06 23:34:11 +0000 |
commit | 9d16a01cfb9a92b75416895c44120d42a1c4c704 (patch) | |
tree | e2d848f6f75602c2faaae0fc3904d90cf03244fd /modules/engines/pixbuf/ChangeLog | |
parent | 03499d1e3537ab40ead9642126afb29a8480d9d2 (diff) | |
download | gtk+-9d16a01cfb9a92b75416895c44120d42a1c4c704.tar.gz |
link pixbuf engine against the gtk+ libraries, so that it can be used with
2002-03-07 James Henstridge <james@daa.com.au>
* Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against
the gtk+ libraries, so that it can be used with programs that
dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting
languages and mozilla).
Diffstat (limited to 'modules/engines/pixbuf/ChangeLog')
-rw-r--r-- | modules/engines/pixbuf/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index a99ca73a47..3bb0f8aef1 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,10 @@ +2002-03-07 James Henstridge <james@daa.com.au> + + * Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against + the gtk+ libraries, so that it can be used with programs that + dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting + languages and mozilla). + Thu Feb 7 00:21:21 2002 Owen Taylor <otaylor@redhat.com> * pixbuf-render.c (pixbuf_render): Add gradient |