Add missing X11_INCLUDES to egl/drivers/demo and egl/main.
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 20 Jul 2009 06:11:26 +0000 (16:11 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 21 Jul 2009 01:45:49 +0000 (11:45 +1000)
commit5358e54d1ae64ccfa81199b343a2931b415fcc0a
tree027bb1ea5cbac206a15ed4d2b4ac3736c8d60906
parent81d555068408d4343d7627c8bedda5675f09bd21
Add missing X11_INCLUDES to egl/drivers/demo and egl/main.

Compiling mesa on a system with no X headers installed in the default
include paths fails due to missing X11 includes. The header includes are
picked up by configure but not applied.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/egl/drivers/demo/Makefile
src/egl/main/Makefile