diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-04-05 17:15:25 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-04-05 17:15:25 +0200 |
commit | ccee2cdbe8485ce8742f0dd99d3cfa642ff70a48 (patch) | |
tree | 5800d67b33fb02c1dd5b2054ce45b96d996b78a3 /src/meson.build | |
parent | b4a00487d7666a3f142e613b3c094952bfb7f2ec (diff) | |
parent | b45d7a86484312692d5a7ac5bf98bc33fcd77f0d (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index e252a82..530d6af 100644 --- a/src/meson.build +++ b/src/meson.build @@ -32,7 +32,7 @@ endif shotwell_deps = [gio, gee, sqlite, gtk, sqlite, posix, gphoto2, gstreamer_pbu, gio_unix, gudev, gexiv2, gmodule, - libraw, libexif, sw_plugin] + libraw, libexif, sw_plugin, gdk, version] if unity_available shotwell_deps += [unity] endif @@ -197,6 +197,7 @@ executable('shotwell', 'MediaPage.vala', 'MediaDataRepresentation.vala', 'DesktopIntegration.vala', + 'Portal.vala', 'MediaInterfaces.vala', 'MediaMetadata.vala', 'VideoMetadata.vala', @@ -244,6 +245,7 @@ executable('shotwell', vala_args : ['--pkg', 'libgphoto2', '--pkg', 'libraw', '--pkg', 'libexif', + '--pkg', 'version', '--gresources', join_paths(meson.source_root(), 'org.gnome.Shotwell.gresource.xml') |