mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 16:40:12 +01:00
xprint: fix linking by including XSERVER_LIBS.
This commit is contained in:
parent
1022c7774b
commit
9db5401d69
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Xprt_LDFLAGS = -L$(top_srcdir)
|
|||
Xprt_LDADD = @XPRINT_LIBS@ ps/libps.la raster/libraster.la \
|
||||
pcl/libpcl.la pcl-mono/libpcl.la $(top_builddir)/fb/libfb.la \
|
||||
$(top_builddir)/render/librender.la $(top_builddir)/mi/libmi.la \
|
||||
$(top_builddir)/Xext/libXext.la @FREETYPE_LIBS@
|
||||
$(top_builddir)/Xext/libXext.la @FREETYPE_LIBS@ @XSERVER_LIBS@
|
||||
|
||||
miinitext-wrapper.c:
|
||||
echo "#include \"$(top_srcdir)/mi/miinitext.c\"" >> $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue