From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- src/meson.build | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index ba260e7..c452a98 100644 --- a/src/meson.build +++ b/src/meson.build @@ -17,13 +17,25 @@ processor = executable('shotwell-graphics-processor', dependencies: [gio, gdk, gee], link_with: sw_graphics_processor) +face_sources = [] +if get_option('face-detection') + face_sources = (['faces/FacesBranch.vala', + 'faces/FaceLocation.vala', + 'faces/FacePage.vala', + 'faces/FaceShape.vala', + 'faces/Faces.vala', + 'faces/Face.vala', + 'db/FaceLocationTable.vala', + 'db/FaceTable.vala', + 'faces/FacesTool.vala']) +endif + shotwell_deps = [gio, gee, sqlite, gtk, sqlite, posix, gphoto2, gstreamer_pbu, gio_unix, gudev, gexiv2, gmodule, libraw, libexif, sw_plugin] if unity_available shotwell_deps += [unity] endif - executable('shotwell', ['unit/Unit.vala', 'util/Util.vala', @@ -58,6 +70,7 @@ executable('shotwell', 'photos/PhotoMetadata.vala', 'photos/GRaw.vala', 'photos/GdkSupport.vala', + 'photos/GifSupport.vala', 'photos/JfifSupport.vala', 'photos/BmpSupport.vala', 'photos/RawSupport.vala', @@ -141,6 +154,8 @@ executable('shotwell', 'folders/Folders.vala', 'folders/FoldersBranch.vala', 'folders/FoldersPage.vala', + 'import-roll/ImportRollBranch.vala', + 'import-roll/ImportRollEntry.vala', 'main.vala', 'AppWindow.vala', 'CollectionPage.vala', @@ -223,7 +238,7 @@ executable('shotwell', '.unitize/_DataImportsInternals.vala', '.unitize/_FoldersInternals.vala', '.unitize/_Library_unitize_entry.vala', - '.unitize/_Direct_unitize_entry.vala'] + shotwell_resources, + '.unitize/_Direct_unitize_entry.vala'] + shotwell_resources + face_sources, include_directories : vapi_incdir, dependencies : shotwell_deps, vala_args : ['--pkg', 'libgphoto2', -- cgit v1.2.3