[shotwell/wip/libdazzle: 1/5] build: Add libdazzle as dependency



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

    build: Add libdazzle as dependency

 meson.build     | 2 ++
 src/meson.build | 6 +-----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index d86f5b11..4f09e686 100644
--- a/meson.build
+++ b/meson.build
@@ -72,6 +72,8 @@ clutter_gtk = dependency('clutter-gtk-1.0')
 webpdemux = dependency('libwebpdemux')
 webp = dependency('libwebp')
 
+dazzle = dependency('libdazzle-1.0')
+
 unity_available = false
 if unity.found() and get_option('unity-support')
   unity_available = true
diff --git a/src/meson.build b/src/meson.build
index b9729445..f6876152 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,
                  libraw, libexif, sw_plugin, webpdemux, webp, version,
-                 clutter, clutter_gtk, champlain, champlain_gtk]
+                 clutter, clutter_gtk, champlain, champlain_gtk, dazzle]
 
 if unity_available
     shotwell_deps += [unity]


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