summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@qt.io>2018-03-29 17:12:36 -0700
committerGabriel de Dietrich <gabriel.dedietrich@qt.io>2018-04-09 17:55:10 +0000
commit3b85d53913741660473dbc242a48c2ee65d51421 (patch)
tree2c7624c2dd719b77f47cb8efb0c29808415aa552 /mkspecs
parent89ab15ac913de09ca46b123776dfb2cdbf84a13b (diff)
macx-clang: Update informal documentation for xcb build
Remove references to XKB and explain what to do if pkg-config is missing or unwanted. Change-Id: I099bf01ff49e1b8f6e822a50f0fe4904965a7a9f Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/macx-clang/qmake.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/mkspecs/macx-clang/qmake.conf b/mkspecs/macx-clang/qmake.conf
index 170464d08f..14c885fd78 100644
--- a/mkspecs/macx-clang/qmake.conf
+++ b/mkspecs/macx-clang/qmake.conf
@@ -11,13 +11,16 @@ QMAKE_APPLE_DEVICE_ARCHS = x86_64
# configure \
# -pkg-config \
# -fontconfig -system-freetype \
-# -system-xcb -xkb -no-opengl \
-# -qt-xkbcommon -qt-xkbcommon-x11
+# -system-xcb -no-opengl
#
# Ensure that pkg-config is properly configured, or that
# PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
# is set in your build environment.
#
+# If you don't want to use pkg-config, you can add:
+# -L/opt/X11/lib -I/opt/X11/include
+# to the configure options.
+#
# Due to irreconcilable differences between Cocoa
# and X11, OpenGL is currently not supported.