summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/Automake.inc
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-06-15 12:28:07 +0100
committerLionel Landwerlin <[email protected]>2017-06-27 14:10:29 +0300
commit3c50ebce259f63392122a6ace32d07055e0bff1a (patch)
tree4ae69a784361481ac8514e9a034f9b838d49e3fd /src/gallium/drivers/i915/Automake.inc
parent230691b8e5520401cc8eeffcf4f6c9e114c34635 (diff)
i915: use different CFLAGS/LIBS variables than i965/anv
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/i915/Automake.inc')
-rw-r--r--src/gallium/drivers/i915/Automake.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/Automake.inc b/src/gallium/drivers/i915/Automake.inc
index 8cb40f27d44..73ef8101d1c 100644
--- a/src/gallium/drivers/i915/Automake.inc
+++ b/src/gallium/drivers/i915/Automake.inc
@@ -5,7 +5,7 @@ TARGET_CPPFLAGS += -DGALLIUM_I915
TARGET_LIB_DEPS += \
$(top_builddir)/src/gallium/winsys/i915/drm/libi915drm.la \
$(top_builddir)/src/gallium/drivers/i915/libi915.la \
- $(INTEL_LIBS) \
+ $(I915_LIBS) \
$(LIBDRM_LIBS)
endif