[Intel-gfx] [PATCH i-g-t 2/2] overlay/Makefile.am: Use lib path for i915_pciids.h
Marius Vlad
marius.c.vlad at intel.com
Fri Jul 1 12:32:45 UTC 2016
This is due to commit d308bb082d429eb25 (lib: Start weaning off defunct
intel_chipset.h) which ``moved'' i915_pciids.h to lib/ from overlay/.
Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
CC: Chris Wilson <chris at chris-wilson.co.uk>
---
overlay/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index c926557..b71e2c5 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -8,7 +8,7 @@ AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS) \
LDADD = $(DRM_LIBS) $(PCIACCESS_LIBS) $(CAIRO_LIBS) $(OVERLAY_LIBS)
intel_gpu_overlay_SOURCES = \
- i915_pciids.h \
+ ../lib/i915_pciids.h \
chart.h \
chart.c \
config.c \
--
2.8.1
More information about the Intel-gfx
mailing list