From 751cf66a8861e14aa3b648cfd22a8e90cdb55079 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 16 Nov 2014 10:32:49 +0000 Subject: Fix up for new buildsystem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a2fd70..a33737f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(eval $(call pkg_config_package_available,NSFB_WLD_AVAILABLE,wayland-client)) # surfaces not detectable via pkg-config NSFB_ABLE_AVAILABLE := no -ifeq ($(TARGET),Linux) +ifeq ($(findstring linux,$(BUILD)),linux) NSFB_LINUX_AVAILABLE := yes else NSFB_LINUX_AVAILABLE := no -- cgit v1.2.3