[gnome-games] meson: Add libhandy to plugin dependencies



commit 9ea1c52a9c48274d3fe94c0e47c82c641de8a394
Author: Neville <nevilleantony98 gmail com>
Date:   Sat May 9 19:35:03 2020 +0530

    meson: Add libhandy to plugin dependencies
    
    This is needed for upcoming commits to replace custom ListBoxRows with HdyActionRows.

 src/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/meson.build b/src/meson.build
index be8606fa..93a460c8 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -244,6 +244,7 @@ plugin_dependencies = [
   gio_dep,
   glib_dep,
   gtk_dep,
+  handy_dep,
   retro_gtk_dep,
   soup_dep,
   tracker_sparql_dep,


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