[patch] xfdesktop, satisfy cygwin link order requirements
Maarten Boekhold
boekhold at emirates.net.ae
Thu Sep 16 15:34:46 CEST 2004
Hi Brian,
Can you please change the xfdesktop_LDFLAGS in xfdesktop/src/Makefile.am
to the following?
Maarten
=======================================================================
# Split these so that libxfdesktop-menu.la is conditionally inserted in
# the middle. This is required to satisfy the cygwin link order.
xfdesktop_LDADD = \
$(top_builddir)/common/libxfdesktop.la
if BUILD_DESKTOP_MENU
xfdesktop_LDADD += $(top_builddir)/common/libxfdesktop-menu.la
endif
xfdesktop_LDADD += \
@LIBX11_LDFLAGS@ \
@LIBX11_LIBS@ \
@LIBXFCEGUI4_LIBS@ \
@LIBXFCE4MCS_CLIENT_LIBS@
More information about the Xfce4-dev
mailing list