Adjustments for MacOS compile

per comments by Michael Allison
This commit is contained in:
Ray Chason
2026-08-19 09:37:41 +03:00
committed by Pasi Kallinen
parent e3170cdedc
commit 9179d5d960
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -98,6 +98,9 @@ additional interfaces. See below.
| | | | |
| | | | One possible way: |
| | | | brew install xquartz |
| | | | brew install libxft |
| | | | brew install fontconfig |
| | | | brew install freetype |
|----------+-------+-----------------+--------------------------------------|
| MacOS | Qt | WANT_WIN_QT | You will need to obtain and |
| | | | install Qt if you want Qt |
+2 -2
View File
@@ -290,8 +290,8 @@ X11CFLAGS = -I/opt/X11/include
X11CFLAGS += -Wno-variadic-macros
ifdef USE_XFT
CFLAGS += -DUSE_XFT
X11CFLAGS += $(shell pkg-config --cflags xft fontconfig)
WINX11LIB += $(shell pkg-config --libs xft fontconfig)
X11CFLAGS += $(shell pkg-config --cflags xft fontconfig freetype2)
WINX11LIB += $(shell pkg-config --libs xft fontconfig freetype2)
endif
ifdef USE_XPM
CFLAGS += -DUSE_XPM