From 0687370b2e0d8caab3cc4f6ad18fda068bed5518 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 13 Jul 2019 11:38:26 +0100 Subject: Create stub X11 window implementation --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e690e8b..a1e6289 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,11 @@ ifeq ($(WINDOWS),wayland) override LIBS += -lwayland-client -lwayland-egl -lEGL endif +ifeq ($(WINDOWS),x11) + SOURCES += src/x11_window.c + override LIBS += -lX11 -lGL -lGLU +endif + # Add backends to build as configured ifeq ($(BACKEND_FREEIMAGE),yes) SOURCES += src/backend_freeimage.c -- cgit v1.2.3