All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/1] configure.ac: Properly bump libdrm_amdgpu version requirement
@ 2018-03-09 12:21 Petri Latvala
  2018-03-09 13:21 ` Arkadiusz Hiler
  2018-03-09 15:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/1] " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Petri Latvala @ 2018-03-09 12:21 UTC (permalink / raw)
  To: igt-dev

To actually make the build not use libdrm_amdgpu, the existence check
already needs to verify the version, as is done for other uses of
PKG_CHECK_EXISTS.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index aac0b6af..715eb12c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,7 +263,7 @@ AC_ARG_ENABLE(amdgpu, AS_HELP_STRING([--disable-amdgpu],
 	      [Enable building of amdgpu tests (default: auto)]),
 	      [AMDGPU=$enableval], [AMDGPU=auto])
 if test "x$AMDGPU" = xauto; then
-	PKG_CHECK_EXISTS([libdrm_amdgpu], [AMDGPU=yes], [AMDGPU=no])
+	PKG_CHECK_EXISTS([libdrm_amdgpu >= 2.4.81], [AMDGPU=yes], [AMDGPU=no])
 fi
 if test "x$AMDGPU" = xyes; then
 	PKG_CHECK_MODULES(DRM_AMDGPU, [libdrm_amdgpu >= 2.4.81])
-- 
2.14.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [igt-dev] [PATCH i-g-t 1/1] configure.ac: Properly bump libdrm_amdgpu version requirement
  2018-03-09 12:21 [igt-dev] [PATCH i-g-t 1/1] configure.ac: Properly bump libdrm_amdgpu version requirement Petri Latvala
@ 2018-03-09 13:21 ` Arkadiusz Hiler
  2018-03-09 15:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/1] " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Arkadiusz Hiler @ 2018-03-09 13:21 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

On Fri, Mar 09, 2018 at 02:21:31PM +0200, Petri Latvala wrote:
> To actually make the build not use libdrm_amdgpu, the existence check
> already needs to verify the version, as is done for other uses of
> PKG_CHECK_EXISTS.
> 
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/1] configure.ac: Properly bump libdrm_amdgpu version requirement
  2018-03-09 12:21 [igt-dev] [PATCH i-g-t 1/1] configure.ac: Properly bump libdrm_amdgpu version requirement Petri Latvala
  2018-03-09 13:21 ` Arkadiusz Hiler
@ 2018-03-09 15:39 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2018-03-09 15:39 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

== Series Details ==

Series: series starting with [i-g-t,1/1] configure.ac: Properly bump libdrm_amdgpu version requirement
URL   : https://patchwork.freedesktop.org/series/39692/
State : failure

== Summary ==

Series 39692 revision 1 was fully merged or fully failed: no git log

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-09 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09 12:21 [igt-dev] [PATCH i-g-t 1/1] configure.ac: Properly bump libdrm_amdgpu version requirement Petri Latvala
2018-03-09 13:21 ` Arkadiusz Hiler
2018-03-09 15:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/1] " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.