diff options
author | Lionel Landwerlin <[email protected]> | 2017-06-15 12:28:07 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-06-27 14:10:29 +0300 |
commit | 3c50ebce259f63392122a6ace32d07055e0bff1a (patch) | |
tree | 4ae69a784361481ac8514e9a034f9b838d49e3fd /src/mesa/drivers/dri/i915 | |
parent | 230691b8e5520401cc8eeffcf4f6c9e114c34635 (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/mesa/drivers/dri/i915')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile.am b/src/mesa/drivers/dri/i915/Makefile.am index e85fb9d5486..feead3eb2d2 100644 --- a/src/mesa/drivers/dri/i915/Makefile.am +++ b/src/mesa/drivers/dri/i915/Makefile.am @@ -34,8 +34,8 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa/drivers/dri/common \ $(DEFINES) \ $(VISIBILITY_CFLAGS) \ - $(INTEL_CFLAGS) + $(I915_CFLAGS) noinst_LTLIBRARIES = libi915_dri.la libi915_dri_la_SOURCES = $(i915_FILES) -libi915_dri_la_LIBADD = $(INTEL_LIBS) +libi915_dri_la_LIBADD = $(I915_LIBS) |