Skip to content

Commit

Permalink
[qtmozembed] Avoid X11 header collision. Contributes to JB#37662
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed May 3, 2019
1 parent 8c7688d commit 456cfeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/src.pro
Expand Up @@ -3,6 +3,9 @@ QT += openglextensions
TARGET = qt5embedwidget
TEMPLATE = lib

# Avoid X11 header collision
DEFINES += MESA_EGL_NO_X11_HEADERS

isEmpty(VERSION) {
GIT_TAG = $$system(git describe --tags --abbrev=0)
GIT_VERSION = $$system(echo $$GIT_TAG | sed 's/nemo[/]//')
Expand Down

0 comments on commit 456cfeb

Please sign in to comment.