summaryrefslogtreecommitdiff
path: root/src/gallium/targets/pipe-loader/Makefile.am
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-06-15 12:28:07 +0100
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-06-27 14:10:29 +0300
commit3c50ebce259f63392122a6ace32d07055e0bff1a (patch)
tree4ae69a784361481ac8514e9a034f9b838d49e3fd /src/gallium/targets/pipe-loader/Makefile.am
parent230691b8e5520401cc8eeffcf4f6c9e114c34635 (diff)
i915: use different CFLAGS/LIBS variables than i965/anv
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/gallium/targets/pipe-loader/Makefile.am')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index e06d93213f3..6b116184f5b 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -86,7 +86,7 @@ pipe_i915_la_LIBADD = \
$(top_builddir)/src/gallium/winsys/i915/drm/libi915drm.la \
$(top_builddir)/src/gallium/drivers/i915/libi915.la \
$(LIBDRM_LIBS) \
- $(INTEL_LIBS)
+ $(I915_LIBS)
endif