This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 0acbec36acc2fe99a8a23fa056fc21642d715d49 (commit)
from 4a2e202af8c0d9872ea8a7a66aa0f0f72fc40db5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/0acbec36acc2fe99a8a23fa056fc21642d715d49
commit 0acbec36acc2fe99a8a23fa056fc21642d715d49
Author: Doug Torrance <[email protected]>
Date: Thu Oct 30 12:27:23 2014 -0500
WINGs: Link examples against Xlib.
The font lister WINGs example program was failing to build because it uses
the XOpenDisplay() function from Xlib.
diff --git a/WINGs/Examples/Makefile.am b/WINGs/Examples/Makefile.am
index 4ddaaf2c..cfab01fc 100644
--- a/WINGs/Examples/Makefile.am
+++ b/WINGs/Examples/Makefile.am
@@ -8,7 +8,7 @@ noinst_PROGRAMS = fontl puzzle colorpick
LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la
$(top_builddir)/WINGs/libWUtil.la - @XFTLIBS@ @INTLIBS@
+ @XFTLIBS@ @INTLIBS@ @XLIBS@
colorpick_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
-----------------------------------------------------------------------
Summary of changes:
WINGs/Examples/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].