From e05fb7b3e36c052baf0dd607ddeb22c0a2b5cbde Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:47:04 +0200 Subject: Adding upstream version 43.2. Signed-off-by: Daniel Baumann --- gnome-initial-setup/pages/timezone/meson.build | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 gnome-initial-setup/pages/timezone/meson.build (limited to 'gnome-initial-setup/pages/timezone/meson.build') diff --git a/gnome-initial-setup/pages/timezone/meson.build b/gnome-initial-setup/pages/timezone/meson.build new file mode 100644 index 0000000..54a974e --- /dev/null +++ b/gnome-initial-setup/pages/timezone/meson.build @@ -0,0 +1,45 @@ +sources += gnome.gdbus_codegen( + 'timedated', + 'timedated1-interface.xml', + interface_prefix: 'org.freedesktop.', +) + +sources += gnome.compile_resources( + 'cc-datetime-resources', + files('datetime.gresource.xml'), + c_name: 'datetime' +) + +sources += gnome.compile_resources( + 'timezone-resources', + files('timezone.gresource.xml'), + c_name: 'timezone' +) + +sources += files( + 'cc-timezone-map.c', + 'cc-timezone-map.h', + 'tz.c', + 'tz.h', + 'gis-bubble-widget.c', + 'gis-bubble-widget.h', + 'gis-location-entry.c', + 'gis-location-entry.h', + 'gis-timezone-page.c', + 'gis-timezone-page.h' +) + +executable('test-gis-location-entry', + files( + 'gis-location-entry.c', + 'gis-location-entry.h', + 'test-gis-location-entry.c', + ), + dependencies: [ + libadwaita_dep, + gweather_dep, + geocode_glib_2_dep, + ], + include_directories: config_h_dir, + install: false, +) \ No newline at end of file -- cgit v1.2.3