diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:44:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:44:47 +0200 |
commit | ba553455d2d1dae08348020001844794502d0ac0 (patch) | |
tree | 98c41a82a02589269d79423907e046397107e080 /src/meson.build | |
parent | 6dc4a14e122270c93a2940011ec451719aac22d2 (diff) | |
parent | a8c434f4f345295c14ec60106ca2693c25db1d83 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/meson.build b/src/meson.build index 530d6af..cc99f56 100644 --- a/src/meson.build +++ b/src/meson.build @@ -17,9 +17,7 @@ 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', +face_sources = (['faces/FacesBranch.vala', 'faces/FaceLocation.vala', 'faces/FacePage.vala', 'faces/FaceShape.vala', @@ -28,7 +26,6 @@ if get_option('face-detection') '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, |