[gnome-contacts] meson: Fix build if cheese is available



commit 6c261e1bb5b03de04b6d27ef2e18136656559e84
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Apr 19 18:50:15 2020 +0200

    meson: Fix build if cheese is available
    
    The dependencies got renamed, so fix that.

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index ba5dd1b..def863c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -48,7 +48,7 @@ contacts_deps = [
 
 # Add extra stuff given a certain set of options
 if cheese_dep.found() and cheese_gtk_dep.found()
-  contacts_deps += [ cheese, cheese_gtk ]
+  contacts_deps += [ cheese_dep, cheese_gtk_dep ]
   contacts_vala_args += [ '-D', 'HAVE_CHEESE' ]
 endif
 


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