mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 17:00:06 +01:00
Remove hardcoded 'lib' in XPRINTDIR.
(cherry picked from 2152e2d364 commit)
This commit is contained in:
parent
bd295749b7
commit
90f96f5bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ bin_PROGRAMS = Xprt
|
|||
|
||||
Xprt_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
|
||||
-DXPRINT -DPRINT_ONLY_SERVER -D_XP_PRINT_SERVER_ \
|
||||
-DXPRINTDIR=\"$(prefix)/X11/xserver\" \
|
||||
-DXPRINTDIR=\"$(libdir)/X11/xserver\" \
|
||||
-DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX
|
||||
|
||||
Xprt_LDFLAGS = -L$(top_srcdir)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue