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)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 4 Aug 2009 13:30:30 +0000 (06:30 -0700)
commit0ce73f84e9f4d992c1108ce2c84718bc0fcada96
tree5ca847e1cd4a1eb2f293b492068c3243faa9db0e
parentfb7cf731f9028c1c53addb6c10c68bd4c1794ae6
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>
(cherry picked from commit 5358e54d1ae64ccfa81199b343a2931b415fcc0a)
src/egl/drivers/demo/Makefile
src/egl/main/Makefile