diff options
| author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-03-01 16:34:26 -0500 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-04-01 23:48:30 +0200 |
| commit | d675b1184364bad1adf7c5fde6e927f3f0438c1f (patch) | |
| tree | e366d5d26cf5bb52949b9279abd44a7ea7eff073 | |
| parent | d515ca8dd88f6e0e4e0972d73770d25cd15c517f (diff) | |
| download | buildroot-d675b1184364bad1adf7c5fde6e927f3f0438c1f.tar.gz buildroot-d675b1184364bad1adf7c5fde6e927f3f0438c1f.zip | |
Revert "qt5wayland: fix build issue with mesa3d w/out xcb"
This reverts commit 85483968bec8c5bb3332f61b22cc9be8f0ad15f7.
Supersede by:
qt5base: fix build issue with mesa3d w/out xcb
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
| -rw-r--r-- | package/qt5/qt5wayland/qt5wayland.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/qt5/qt5wayland/qt5wayland.mk b/package/qt5/qt5wayland/qt5wayland.mk index 8a7f2e1fb5..0a7bdb8cf9 100644 --- a/package/qt5/qt5wayland/qt5wayland.mk +++ b/package/qt5/qt5wayland/qt5wayland.mk @@ -26,13 +26,6 @@ ifeq ($(BR2_PACKAGE_QT5WAYLAND_COMPOSITOR),y) QT5WAYLAND_QMAKEFLAGS += CONFIG+=wayland-compositor endif -# The mesa's EGL/eglplatform.h header includes X11 headers unless the flag -# MESA_EGL_NO_X11_HEADERS is defined. Tell to not include X11 headers if -# the libxcb is not selected. -ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL)x$(BR2_PACKAGE_LIBXCB),yx) -QT5WAYLAND_QMAKEFLAGS += QMAKE_CXXFLAGS+=-DMESA_EGL_NO_X11_HEADERS -endif - define QT5WAYLAND_CONFIGURE_CMDS (cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/bin/qmake $(QT5WAYLAND_QMAKEFLAGS)) endef |

