summaryrefslogtreecommitdiff
path: root/plugins/shotwell-publishing-extras/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-06-28 21:35:52 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-06-28 21:35:52 +0200
commitb86540b743f1a87a163ffb811c8fe22a01fefa38 (patch)
treeb47cb3bb83c2377234226fb3987ab3320a987dd9 /plugins/shotwell-publishing-extras/meson.build
parentac6e0b731b9f0b2efd392e3309a5c07e2a66adad (diff)
parente905d8e16eec152d19797937f13ba3cf4b8f8aca (diff)
Merge branch 'release/debian/0.32.1-1'debian/0.32.1-1
Diffstat (limited to 'plugins/shotwell-publishing-extras/meson.build')
-rw-r--r--plugins/shotwell-publishing-extras/meson.build21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/shotwell-publishing-extras/meson.build b/plugins/shotwell-publishing-extras/meson.build
deleted file mode 100644
index 34f3e12..0000000
--- a/plugins/shotwell-publishing-extras/meson.build
+++ /dev/null
@@ -1,21 +0,0 @@
-shotwell_publishing_extra_sources = [
- 'GalleryConnector.vala',
- 'RajcePublishing.vala',
- 'shotwell-publishing-extras.vala',
- 'YandexPublishing.vala'
- ]
-
-shotwell_publishing_extra_resources = gnome.compile_resources('publishing-extra-resource',
- 'org.gnome.Shotwell.Publishing.Extras.gresource.xml')
-
-shared_module('shotwell-publishing-extras',
- shotwell_publishing_extra_sources + shotwell_publishing_extra_resources,
- dependencies : [gee, gtk, xml, soup, gdk_pixbuf, sw_plugin,
- sw_plugin_common_dep, json_glib, webkit],
- vala_args : [
- '--gresources', 'org.gnome.Shotwell.Publishing.Extras.gresource.xml'
- ],
- c_args : ['-DPLUGIN_RESOURCE_PATH="/org/gnome/Shotwell/Publishing/Extras"',
- '-DGCR_API_SUBJECT_TO_CHANGE'],
- install: true,
- install_dir : shotwell_plugin_dir)