diff options
author | Brian Paul <[email protected]> | 2014-08-04 13:08:58 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-08-04 14:06:13 -0600 |
commit | 9f8889382926f1c9a531b383565940c93f24933e (patch) | |
tree | 6b377a5ba1a54ed510b8371d96547a689cde78c7 /src/mesa/drivers/x11 | |
parent | ff0cbfb3db40d27864d2a62dd46468513987e936 (diff) |
xlib: fix missing mesautil build breakage
Fixes the non-DRI build.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 7a3513233f0..40b01dd1ef4 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -27,6 +27,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mesa/main \ $(X11_INCLUDES) \ $(DEFINES) |