mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-09 02:40:29 +01:00
Attached is a patch to fix a build error whe ncompiling with tslib support,
a variable wasnt set, i just changed it to be like the other
MAkefile.ams :) -- Glenn McGrath <glennm@hydrix.com>
This commit is contained in:
parent
5ca651e66f
commit
b5f200ce9d
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ noinst_LIBRARIES = libfake.a
|
|||
|
||||
bin_PROGRAMS = Xfake
|
||||
|
||||
if TSLIB
|
||||
TSLIB_FLAG = -lts
|
||||
endif
|
||||
|
||||
libfake_a_SOURCES = \
|
||||
fake.c \
|
||||
kbd.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue