#ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_arg_no_debug_cb to

2000-07-31  Stanislav Brabec  <utx@penguin.cz>

        * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
        gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.

        * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
        not gdk_pixbuf.
This commit is contained in:
Stanislav Brabec 2000-07-31 10:16:45 +00:00 committed by Stanislav Brabec
parent 3d8f790e2d
commit e4d140d5aa
9 changed files with 59 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -1,3 +1,11 @@
2000-07-31 Stanislav Brabec <utx@penguin.cz>
* gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
* gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
not gdk_pixbuf.
2000-07-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in,po/{sp,sr}.po: Added Serbian files

View File

@ -33,7 +33,7 @@ LDFLAGS = @STRIP_BEGIN@ \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-export-dynamic \
-rpath @prefix@/lib \
-L../gdk-pixbuf/.libs -lgdk_pixbuf \
-L../gdk-pixbuf/.libs -lgdk_pixbuf-1.3 \
@PANGO_LIBS@ \
@GLIB_DEPLIBS@ \
@more_ldflags@ \

View File

@ -212,6 +212,7 @@ gdk_arg_context_parse (GdkArgContext *context, gint *argc, gchar ***argv)
}
}
#ifdef G_ENABLE_DEBUG
static void
gdk_arg_debug_cb (const char *key, const char *value, gpointer user_data)
{
@ -227,6 +228,7 @@ gdk_arg_no_debug_cb (const char *key, const char *value, gpointer user_data)
(GDebugKey *) gdk_debug_keys,
gdk_ndebug_keys);
}
#endif /* G_ENABLE_DEBUG */
static void
gdk_arg_name_cb (const char *key, const char *value, gpointer user_data)