#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:
committed by
Stanislav Brabec
parent
3d8f790e2d
commit
e4d140d5aa
@ -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@ \
|
||||
|
||||
Reference in New Issue
Block a user