Adjustments for MacOS compile
per comments by Michael Allison
This commit is contained in:
committed by
Pasi Kallinen
parent
e3170cdedc
commit
9179d5d960
@@ -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 |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user