summaryrefslogtreecommitdiff
blob: a9d3ad465a6ff6aaa81c834c7f677c08954f8780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 534eed4f8664c9f263d666ed78144c37dc05bf90 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Sun, 27 May 2018 19:27:51 +0200
Subject: [PATCH] Fix unwanted exiv check in packagekit option handling

---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 9e179fb..08a0f79 100644
--- a/meson.build
+++ b/meson.build
@@ -108,7 +108,6 @@ if get_option('exiv')
 endif
 
 if get_option('packagekit')
-  libexiv = dependency('exiv2')
   conf.set('HAVE_PACKAGEKIT', '1')
 endif
 
-- 
2.19.1