# HG changeset patch
# User Dan Pascu <[EMAIL PROTECTED]>
# Date 1145995311 25200
# Branch wm_0_92
# Node ID 6c6cf07271fc30e7be53e03b9cb6972e812c9ea8
# Parent  b02f8e67967bc516c4b1f74e5a832edac212562a
more fixes for missing linking flags in some cases
(transplanted from 1f5605a778e627bb52c05c33d6c853edcdd0dc6b)

diff -r b02f8e67967b -r 6c6cf07271fc ChangeLog
--- a/ChangeLog Tue Apr 25 12:35:14 2006 -0700
+++ b/ChangeLog Tue Apr 25 13:01:51 2006 -0700
@@ -30,9 +30,9 @@
   applications cannot interoperate with GNUstep applications (which uses
   xdnd version 2). Xdnd version 4 and 5 are backwards compatible with
   version 3 though. (Sylvain Reynal <[EMAIL PROTECTED]>)
-- Improved Info panel display.
+- Improved Info panel layout and fonts.
 - Fixed missing library paths when linking some binaries on certain
-  platforms with a recent pkg-config
+  platforms with a recent pkg-config (debian unstable/sid for one)
 
 
 
diff -r b02f8e67967b -r 6c6cf07271fc src/Makefile.am
--- a/src/Makefile.am   Tue Apr 25 12:35:14 2006 -0700
+++ b/src/Makefile.am   Tue Apr 25 13:01:51 2006 -0700
@@ -119,6 +119,7 @@
 wmaker_LDADD = \
        $(top_builddir)/WINGs/libWINGs.a\
        $(top_builddir)/wrlib/libwraster.la\
+       @XLFLAGS@ \
        @XFTLIBS@ \
        @XLIBS@ \
        @INTLIBS@ \
@@ -127,6 +128,7 @@
 #wsmap_LDADD = \
 #      $(top_builddir)/WINGs/libWINGs.a\
 #      $(top_builddir)/wrlib/libwraster.la\
+#      @XLFLAGS@ \
 #      @XFTLIBS@ \
 #      @XLIBS@ \
 #      @INTLIBS@ \


-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to