summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:32:49 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:32:49 +0000
commit751cf66a8861e14aa3b648cfd22a8e90cdb55079 (patch)
tree9bb52b9127f46c60ee49a642bf08157ca0e28a4d
parentbd80fccae1f0da8ed3ae1de7c21588522f49f1b8 (diff)
downloadlibnsfb-751cf66a8861e14aa3b648cfd22a8e90cdb55079.tar.gz
libnsfb-751cf66a8861e14aa3b648cfd22a8e90cdb55079.tar.bz2
Fix up for new buildsystem
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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