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/gallium/targets | |
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/gallium/targets')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 2 |
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 |