Skip to content

Commit

Permalink
Define MESA_EGL_NO_X11_HEADERS for building with mesa headers
Browse files Browse the repository at this point in the history
This definition avoids including <X11/Xlib.h> that prevents build
errors with mesa egl headers while building xbmc/interfaces/json-rpc/JSONServiceDescription.cpp
  • Loading branch information
Avik Sil authored and rsalveti committed Jul 27, 2012
1 parent ae61125 commit 864a26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/interfaces/json-rpc/Makefile
@@ -1,3 +1,5 @@
CXXFLAGS+=-DMESA_EGL_NO_X11_HEADERS

SRCS=ApplicationOperations.cpp \
AudioLibrary.cpp \
FileItemHandler.cpp \
Expand Down

0 comments on commit 864a26e

Please sign in to comment.