[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#829525: [PATCH] 1.15 requires libdrm-dev >= 2.4.64



Package: intel-gpu-tools
Version: 1.15-1

I'm working on backporting intel-vaapi-driver to Jessie; it depends on
intel-gpu-tools (>= 1.9) so I'm also working on backporting
intel-gpu-tools.  I discovered that intel-gpu-tools-1.15 requires
libdrm-dev >= 2.4.64.  Patch attached!

Thank you,
Nicholas
From 7a5ad28ea9dc37d27f3beeba961cdd1fe4f5ef71 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <nsteeves@gmail.com>
Date: Sun, 3 Jul 2016 21:43:07 -0400
Subject: [PATCH] bump required libdrm-dev. Fixes the following when
 backporting: configure: error: Package requirements (libdrm_intel >= 2.4.64
 libdrm) were not met:

Requested 'libdrm_intel >= 2.4.64' but version of libdrm_intel is 2.4.58

Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0f72c98..4c2f604 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  dh-autoreconf,
  gtk-doc-tools,
  libcairo2-dev,
- libdrm-dev (>= 2.4.38),
+ libdrm-dev (>= 2.4.64),
  libpciaccess-dev (>= 0.10),
  libudev-dev,
  libunwind-dev,
-- 
2.1.4


Reply to: