summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-07-29 14:30:59 +0100
committerVincent Sanders <vince@kyllikki.org>2018-07-29 14:30:59 +0100
commitb2bb565402143c2b63d00ac8c89e3197ffe5354f (patch)
tree7f48272de45d93f689fb09bf01ca998a9901432c /Makefile
parent51d3ee85de73949483af79671fe9075a10e405e3 (diff)
downloadlibnsfb-b2bb565402143c2b63d00ac8c89e3197ffe5354f.tar.gz
libnsfb-b2bb565402143c2b63d00ac8c89e3197ffe5354f.tar.bz2
remove broken surface handlers for ABLE and linux framebuffer interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
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))