From 65ff53b09b82f008238b8f2ce3aa6ee6170d17d7 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 1 Jun 2019 22:46:28 +0200 Subject: [PATCH] macos: do not require xquartz and do not build against x11 --- CMakeLists.txt | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1117e3fa..c4bc7cef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,10 +177,6 @@ endif () if (BUILD_BINARIES) if (APPLE) - if (BUILD_RADIANT) - option(XWINDOWS "Build against X11" ON) - endif() - add_definitions( -DPOSIX=1 ) diff --git a/README.md b/README.md index 4824192d..1146739d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You may have to install `subversion` and `unzip` to fetch or extract some non-de ## macOS: ``` -brew install gcc cmake Caskroom/cask/xquartz gtkglext pkgconfig minizip webp coreutils gnu-sed +brew install gcc cmake gtkglext pkgconfig minizip webp coreutils gnu-sed brew link --force gettext ``` -- 2.39.2