mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-12 19:20:33 +01: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
983088ed28
commit
9523ea00f6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ libdarwin_XINPUT_SRCS = darwinXinput.c
|
|||
AM_CFLAGS = @XORG_CFLAGS@
|
||||
INCLUDES = @XORG_INCS@ -I../../miext/rootless
|
||||
|
||||
DEFS = @DEFS@ -DUSE_NEW_CLUT -DBUILD_DATE=\"$(BUILD_DATE)\"
|
||||
DEFS = @DEFS@ -DUSE_NEW_CLUT -DXFree86Server -DBUILD_DATE=\"$(BUILD_DATE)\"
|
||||
|
||||
if XQUARTZ
|
||||
XQUARTZ_SUBDIRS = quartz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue