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>
This commit is contained in:
Gabriel de Dietrich 2018-03-29 17:12:36 -07:00
parent 89ab15ac91
commit 3b85d53913

View File

@ -11,13 +11,16 @@ QMAKE_APPLE_DEVICE_ARCHS = x86_64
# configure \ # configure \
# -pkg-config \ # -pkg-config \
# -fontconfig -system-freetype \ # -fontconfig -system-freetype \
# -system-xcb -xkb -no-opengl \ # -system-xcb -no-opengl
# -qt-xkbcommon -qt-xkbcommon-x11
# #
# Ensure that pkg-config is properly configured, or that # Ensure that pkg-config is properly configured, or that
# PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig # PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
# is set in your build environment. # 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 # Due to irreconcilable differences between Cocoa
# and X11, OpenGL is currently not supported. # and X11, OpenGL is currently not supported.