mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 18:10:42 +02:00
Add DIX_CFLAGS to hw/vfb/Makefile.am
This commit is contained in:
parent
2db62bce07
commit
7ffbe9d232
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ Xvfb_LDFLAGS =
|
|||
AM_CFLAGS = -DHAVE_DIX_CONFIG_H \
|
||||
-DNO_HW_ONLY_EXTS \
|
||||
-DNO_MODULE_EXTS \
|
||||
\
|
||||
$(XVFBMODULES_CFLAGS)
|
||||
$(XVFBMODULES_CFLAGS) \
|
||||
$(DIX_CFLAGS)
|
||||
|
||||
# Man page
|
||||
include $(top_srcdir)/cpprules.in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue