diff options
author | Brian Paul <[email protected]> | 2015-02-20 13:19:50 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-20 16:25:07 -0700 |
commit | 9dbe5e1dca8da8e129706ed88e41e142172617fe (patch) | |
tree | f8ee3c248a7ae655415a05da626cb76b6e2f9a2a /src/mesa/drivers | |
parent | 0feb0b73731cebd1513dd7f4e6cdf6de81edb802 (diff) |
drivers/x11: add gallium include dirs to Makefile.am
Fixes xlib driver build after e8c5cbfd921680c.
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 76a7cd413d0..c0596f8119e 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -30,6 +30,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/mesa/main \ $(X11_INCLUDES) \ $(DEFINES) |