Fix build for BSD make
This commit is contained in:
parent
8b0cbfeaad
commit
961502cc02
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue