Gitweb links:
...log
http://git.netsurf-browser.org/libnsfb.git/shortlog/1ed0510ce324535f355a0...
...commit
http://git.netsurf-browser.org/libnsfb.git/commit/1ed0510ce324535f355a069...
...tree
http://git.netsurf-browser.org/libnsfb.git/tree/1ed0510ce324535f355a06973...
The branch, master has been updated
via 1ed0510ce324535f355a069730cf4842097fc9c1 (commit)
from 751cf66a8861e14aa3b648cfd22a8e90cdb55079 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libnsfb.git/commit/?id=1ed0510ce324535f355...
commit 1ed0510ce324535f355a069730cf4842097fc9c1
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Fix HOST/BUILD switchround for updated buildsystem
diff --git a/Makefile b/Makefile
index a33737f..6c827b6 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 ($(findstring linux,$(BUILD)),linux)
+ifeq ($(findstring linux,$(HOST)),linux)
NSFB_LINUX_AVAILABLE := yes
else
NSFB_LINUX_AVAILABLE := no
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a33737f..6c827b6 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 ($(findstring linux,$(BUILD)),linux)
+ifeq ($(findstring linux,$(HOST)),linux)
NSFB_LINUX_AVAILABLE := yes
else
NSFB_LINUX_AVAILABLE := no
--
NetSurf Framebuffer library