diff mbox

[i-g-t,v2] lib: use the local intel_aub.h file

Message ID 20161027093838.26125-1-emil.l.velikov@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Emil Velikov Oct. 27, 2016, 9:38 a.m. UTC
From: Emil Velikov <emil.velikov@collabora.com>

File is provided by the libdrm_intel package which is optional. Since we
already have a local copy of the file, we might as well use it ;-)

v2: Move the file alongside intel_bufmgr.h and use it in the
disable-intel case.

Cc: Brian Starkey <brian.starkey@arm.com>
Reported-by: Brian Starkey <brian.starkey@arm.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
---
 lib/stubs/drm/README                 | 6 +++---
 {tools => lib/stubs/drm}/intel_aub.h | 0
 tools/Makefile.am                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename {tools => lib/stubs/drm}/intel_aub.h (100%)

Comments

Brian Starkey Oct. 27, 2016, 10:21 a.m. UTC | #1
On Thu, Oct 27, 2016 at 10:38:38AM +0100, Emil Velikov wrote:
>From: Emil Velikov <emil.velikov@collabora.com>
>
>File is provided by the libdrm_intel package which is optional. Since we
>already have a local copy of the file, we might as well use it ;-)
>
>v2: Move the file alongside intel_bufmgr.h and use it in the
>disable-intel case.
>
>Cc: Brian Starkey <brian.starkey@arm.com>
>Reported-by: Brian Starkey <brian.starkey@arm.com>
>Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
>---

Works for me, I can now build with

./configure --disable-intel --disable-nouveau --disable-vc4

So:
Tested-by: Brian Starkey <brian.starkey@arm.com>

Thanks!
-Brian

> lib/stubs/drm/README                 | 6 +++---
> {tools => lib/stubs/drm}/intel_aub.h | 0
> tools/Makefile.am                    | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
> rename {tools => lib/stubs/drm}/intel_aub.h (100%)
>
>diff --git a/lib/stubs/drm/README b/lib/stubs/drm/README
>index 79f2b5f..118837c 100644
>--- a/lib/stubs/drm/README
>+++ b/lib/stubs/drm/README
>@@ -1,4 +1,4 @@
>-intel_bufmgr.h is a local copy of the file provided by libdrm (intel/intel_bufmgr.h).
>+intel_bufmgr.h and intel_aub.h are a local copy of the files provided by libdrm.
>
>-Before releasing i-g-t a current copy of intel_bufmgr.h should be copied into
>-this directory of i-g-t.
>+Before releasing i-g-t a current copy of the files should be copied into this
>+directory of i-g-t.
>diff --git a/tools/intel_aub.h b/lib/stubs/drm/intel_aub.h
>similarity index 100%
>rename from tools/intel_aub.h
>rename to lib/stubs/drm/intel_aub.h
>diff --git a/tools/Makefile.am b/tools/Makefile.am
>index 11ec2db..18f86f6 100644
>--- a/tools/Makefile.am
>+++ b/tools/Makefile.am
>@@ -22,7 +22,7 @@ AM_LDFLAGS = -Wl,--as-needed
> module_LTLIBRARIES = intel_aubdump.la
> moduledir = $(libdir)
> intel_aubdump_la_LDFLAGS = -module -avoid-version -no-undefined
>-intel_aubdump_la_SOURCES = aubdump.c intel_aub.h
>+intel_aubdump_la_SOURCES = aubdump.c
> intel_aubdump_la_LIBADD = $(top_builddir)/lib/libintel_tools.la -ldl
>
> bin_SCRIPTS = intel_aubdump
>-- 
>2.9.3
>
diff mbox

Patch

diff --git a/lib/stubs/drm/README b/lib/stubs/drm/README
index 79f2b5f..118837c 100644
--- a/lib/stubs/drm/README
+++ b/lib/stubs/drm/README
@@ -1,4 +1,4 @@ 
-intel_bufmgr.h is a local copy of the file provided by libdrm (intel/intel_bufmgr.h).
+intel_bufmgr.h and intel_aub.h are a local copy of the files provided by libdrm.
 
-Before releasing i-g-t a current copy of intel_bufmgr.h should be copied into
-this directory of i-g-t.
+Before releasing i-g-t a current copy of the files should be copied into this
+directory of i-g-t.
diff --git a/tools/intel_aub.h b/lib/stubs/drm/intel_aub.h
similarity index 100%
rename from tools/intel_aub.h
rename to lib/stubs/drm/intel_aub.h
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 11ec2db..18f86f6 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -22,7 +22,7 @@  AM_LDFLAGS = -Wl,--as-needed
 module_LTLIBRARIES = intel_aubdump.la
 moduledir = $(libdir)
 intel_aubdump_la_LDFLAGS = -module -avoid-version -no-undefined
-intel_aubdump_la_SOURCES = aubdump.c intel_aub.h
+intel_aubdump_la_SOURCES = aubdump.c
 intel_aubdump_la_LIBADD = $(top_builddir)/lib/libintel_tools.la -ldl
 
 bin_SCRIPTS = intel_aubdump