1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

WINGs: Link examples against Xlib.

The font lister WINGs example program was failing to build because it uses
the XOpenDisplay() function from Xlib.
This commit is contained in:
Doug Torrance
2014-10-30 12:27:23 -05:00
committed by Carlos R. Mafra
parent 4a2e202af8
commit 0acbec36ac

View File

@@ -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