summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-01-16 15:45:39 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-02-09 23:46:03 +0000
commitf332448ef508fd7bfb3678e2089fc3b07f74bdd6 (patch)
tree447b3669fe6f59ed15599f1247aa7ffa96685b16 /src/gallium
parenta8ba39aba6416a4c37b7daa7caec493e48cea23a (diff)
st/dri: automake: include builddir prior to srcdir
Analogous to previous commit. Cc: "12.0 13.0" <mesa-dev@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 517f34b4be0ac4a5a508ccb6dcaeca3c975585b0)
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/state_trackers/dri/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/Makefile.am b/src/gallium/state_trackers/dri/Makefile.am
index 74bccaa6416..61a1cabeb81 100644
--- a/src/gallium/state_trackers/dri/Makefile.am
+++ b/src/gallium/state_trackers/dri/Makefile.am
@@ -28,8 +28,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
- -I$(top_srcdir)/src/mesa/drivers/dri/common \
-I$(top_builddir)/src/mesa/drivers/dri/common \
+ -I$(top_srcdir)/src/mesa/drivers/dri/common \
$(GALLIUM_CFLAGS) \
$(LIBDRM_CFLAGS) \
$(VISIBILITY_CFLAGS)