Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtbase] Avoid X11 header collision in eglfs plugin. Contributes to J…
…B#37662
  • Loading branch information
mlehtima committed Apr 27, 2019
1 parent bb6f850 commit 5ccc99d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/platforms/eglfs/eglfs-plugin.pro
Expand Up @@ -2,6 +2,9 @@ TARGET = qeglfs

QT += platformsupport-private eglfs_device_lib-private

# Avoid X11 header collision
DEFINES += MESA_EGL_NO_X11_HEADERS

SOURCES += $$PWD/qeglfsmain.cpp

OTHER_FILES += $$PWD/eglfs.json
Expand Down

0 comments on commit 5ccc99d

Please sign in to comment.