[PATCH xserver v2 7/7] xwin: automake: remove unused {SRCS, DEFS}_{NATIVEGDI, PRIMARYFB}

Emil Velikov emil.l.velikov at gmail.com
Tue Aug 22 10:48:31 UTC 2017


Left over from the following commits:

8465ee788fd xwin: Remove native GDI engine (v2)
c79f824bf66 xwin: Remove primary DirectDraw engine

v2: drop leading - in the makefile

Cc: Adam Jackson <ajax at redhat.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Jon Turney <jon.turney at dronecode.org.uk> (v1)
---
 hw/xwin/Makefile.am | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am
index 8caf82c65..5f67a6eca 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)
 
 DEFS = \
 	$(DEFS_GLX_WINDOWS) \
-	$(DEFS_MULTIWINDOWEXTWM) \
-	$(DEFS_NATIVEGDI) \
-	$(DEFS_PRIMARYFB)
+	$(DEFS_MULTIWINDOWEXTWM)
 
 XWin_SOURCES = $(SRCS)
 
-- 
2.14.0



More information about the xorg-devel mailing list