summaryrefslogtreecommitdiff
path: root/lib/i915-perf.pc.in
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2020-02-19 00:01:28 +0200
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2020-02-19 18:46:04 +0200
commit43116ee368585d4fe37245e7439066a3239ec73e (patch)
treee63392d4b45336bb6d506892d75cefc44d440e91 /lib/i915-perf.pc.in
parentf08865e58cd3f6539e93642940fdfdf2dd2e91f8 (diff)
lib/i915-perf: add i915 perf data reader
This library allows reading a file recorded by i915-perf-recorder. v2: Pick required libdrm dependency Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/i915-perf.pc.in')
-rw-r--r--lib/i915-perf.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/i915-perf.pc.in b/lib/i915-perf.pc.in
index 0c52f6ee..a4a5afc8 100644
--- a/lib/i915-perf.pc.in
+++ b/lib/i915-perf.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: i915-perf
Description: i915 perf library
Version: @i915_perf_version@
+Requires: libdrm >= 2.4.92
Libs: -L${libdir} -li915_perf
Cflags: -I${includedir}/i915-perf