d031df2719
Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@. newer X.Org (2.99.917 or master) version cause corruption on older machines (X40, i965), probably caused by a bug in our kernel, under investigation by kettenis@.
4 lines
151 B
Makefile
4 lines
151 B
Makefile
noinst_LTLIBRARIES = libcompat.la
|
|
libcompat_la_SOURCES = ignore.c # for portability, always build something
|
|
libcompat_la_LIBADD = $(LIBOBJS) $(ALLOCA)
|