[shotwell/wip/libdazzle: 77/85] build: Add libdazzle as dependency



commit 6bd7054c966b758d5811f71282c963268cfb085b
Author: Jens Georg <mail jensge org>
Date:   Fri Apr 3 20:25:46 2020 +0200

    build: Add libdazzle as dependency

 meson.build     | 1 +
 src/meson.build | 6 +-----
 2 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index cdc2f5b5..2c05b9a4 100644
--- a/meson.build
+++ b/meson.build
@@ -72,6 +72,7 @@ clutter_gtk = dependency('clutter-gtk-1.0')
 webpdemux = dependency('libwebpdemux')
 webp = dependency('libwebp')
 
+dazzle = dependency('libdazzle-1.0')
 if unity.found() and get_option('unity_support')
   add_global_arguments(['--define=UNITY_SUPPORT'], language : 'vala')
 endif
diff --git a/src/meson.build b/src/meson.build
index 304d095c..c7ad558d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -17,10 +17,6 @@ processor = executable('shotwell-graphics-processor',
                        dependencies: [gio, gdk, gee],
                        link_with: sw_graphics_processor)
 
-shotwell_deps = [gio, gee, sqlite, gtk, sqlite, posix, gphoto2,
-                 gstreamer_pbu, gio_unix, gudev, gexiv2, gmodule,
-                 libraw, libexif, sw_plugin]
-
 shotwell_libs = [sw_graphics_processor]
 
 face_sources = []
@@ -38,7 +34,7 @@ endif
 shotwell_deps = [gio, gee, sqlite, gtk, sqlite, posix, gphoto2,
                  gstreamer_pbu, gio_unix, gudev, gexiv2, gmodule, unity,
                  libraw, libexif, sw_plugin, webpdemux, webp, version,
-                 clutter, clutter_gtk, champlain, champlain_gtk]
+                 clutter, clutter_gtk, champlain, champlain_gtk, dazzle]
 
 subdir('publishing')
 


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