From 961502cc02e8987498b5cbf6ff95d71cd472cdfa Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 17 Nov 2021 03:51:40 +0500 Subject: [PATCH] Fix build for BSD make --- config/4-defvars-bsd.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/4-defvars-bsd.mk b/config/4-defvars-bsd.mk index e9316ff..0ca7fdf 100644 --- a/config/4-defvars-bsd.mk +++ b/config/4-defvars-bsd.mk @@ -3,11 +3,11 @@ PKGCONFIG = pkg-config PKGS += fontconfig freetype2 x11 x11-xcb xcb xcb-res xft -.if "$(ENABLE_GNOME_TERMINAL)" == 'yes' +.if "$(ENABLE_GNOME_TERMINAL)" == "yes" CPPFLAGS += -DENABLE_GNOME_TERMINAL .endif -.if "$(ENABLE_XINERAMA)" == 'yes' +.if "$(ENABLE_XINERAMA)" == "yes" CPPFLAGS += -DENABLE_XINERAMA PKGS += xinerama .endif