mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-23 23:38:11 +02:00
fix missing -DXFree86Server; this needs to be defined when building
fb/fbcmap.c or else you get the "sunglasses effect"
This commit is contained in:
parent
cfa99fa687
commit
96416bd595
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
noinst_LIBRARIES = libdarwinShared.a
|
||||
libdarwin_XINPUT_SRCS = darwinXinput.c
|
||||
|
||||
# -O2 inexplicably causes quartzKeyboard.o to break?!
|
||||
AM_CFLAGS = @XORG_CFLAGS@
|
||||
INCLUDES = @XORG_INCS@ -I../../miext/rootless
|
||||
|
||||
DEFS = @DEFS@ -DUSE_NEW_CLUT
|
||||
DEFS = @DEFS@ -DUSE_NEW_CLUT -DXFree86Server -DBUILD_DATE=\"$(BUILD_DATE)\"
|
||||
|
||||
if XQUARTZ
|
||||
XQUARTZ_SUBDIRS = quartz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue