From 3c50ebce259f63392122a6ace32d07055e0bff1a Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 15 Jun 2017 12:28:07 +0100 Subject: i915: use different CFLAGS/LIBS variables than i965/anv Signed-off-by: Lionel Landwerlin Reviewed-by: Kenneth Graunke Reviewed-by: Emil Velikov --- src/gallium/winsys/i915/drm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/winsys/i915/drm') diff --git a/src/gallium/winsys/i915/drm/Makefile.am b/src/gallium/winsys/i915/drm/Makefile.am index 82c477d68b6..f7f11806492 100644 --- a/src/gallium/winsys/i915/drm/Makefile.am +++ b/src/gallium/winsys/i915/drm/Makefile.am @@ -26,7 +26,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ -I$(top_srcdir)/src/gallium/drivers \ $(GALLIUM_WINSYS_CFLAGS) \ - $(INTEL_CFLAGS) + $(I915_CFLAGS) noinst_LTLIBRARIES = libi915drm.la -- cgit v1.2.3