From b2bb565402143c2b63d00ac8c89e3197ffe5354f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 29 Jul 2018 14:30:59 +0100 Subject: remove broken surface handlers for ABLE and linux framebuffer interface --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fed9b5d..f956e6a 100644 --- a/Makefile +++ b/Makefile @@ -48,14 +48,6 @@ $(eval $(call pkg_config_package_available,NSFB_SDL_AVAILABLE,sdl)) $(eval $(call pkg_config_package_available,NSFB_XCB_AVAILABLE,$(NSFB_XCB_PKG_NAMES))) $(eval $(call pkg_config_package_available,NSFB_WLD_AVAILABLE,wayland-client)) -# surfaces not detectable via pkg-config -NSFB_ABLE_AVAILABLE := no -ifeq ($(findstring linux,$(HOST)),linux) - NSFB_LINUX_AVAILABLE := yes -else - NSFB_LINUX_AVAILABLE := no -endif - # Flags and setup for each support library ifeq ($(NSFB_SDL_AVAILABLE),yes) $(eval $(call pkg_config_package_add_flags,sdl,CFLAGS)) -- cgit v1.2.3