Left over from the following commits: 8465ee788fd xwin: Remove native GDI engine (v2) c79f824bf66 xwin: Remove primary DirectDraw engine
Cc: Jon TURNEY <[email protected]> Cc: Adam Jackson <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
