[PATCH xserver 7/7] xwin: automake: remove unused {SRCS, DEFS}_{NATIVEGDI, PRIMARYFB}
Emil Velikov
emil.l.velikov at gmail.com
Thu Aug 3 19:15:51 UTC 2017
Left over from the following commits:
8465ee788fd xwin: Remove native GDI engine (v2)
c79f824bf66 xwin: Remove primary DirectDraw engine
Cc: Jon TURNEY <jon.turney at dronecode.org.uk>
Cc: Adam Jackson <ajax at redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
hw/xwin/Makefile.am | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am
index 8caf82c65..7df9e159d 100644
--- a/hw/xwin/Makefile.am
+++ b/hw/xwin/Makefile.am
@@ -102,15 +102,11 @@ SRCS = InitInput.c \
$(SRCS_CLIPBOARD) \
$(SRCS_MULTIWINDOW) \
$(SRCS_MULTIWINDOWEXTWM) \
- $(SRCS_NATIVEGDI) \
- $(SRCS_PRIMARYFB) \
- $(SRCS_RANDR)
+- $(SRCS_RANDR)
DEFS = \
$(DEFS_GLX_WINDOWS) \
- $(DEFS_MULTIWINDOWEXTWM) \
- $(DEFS_NATIVEGDI) \
- $(DEFS_PRIMARYFB)
+ $(DEFS_MULTIWINDOWEXTWM)
XWin_SOURCES = $(SRCS)
--
2.13.3
More information about the xorg-devel
mailing list