From cadc51ede9c390820552a597f3415db38f7b7818 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 26 Jul 2018 09:53:29 -0400 Subject: build: Add with-appdata option This is mostly useful to avoid a newer gettext dependency for translating the appdata file but it is also just useless data for some distros without any app store. Closes #2219 --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 23f4fd10..100a5ee7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -28,6 +28,9 @@ option('with-theme-manager', type: 'boolean', value: false, option('dbus-service-use-appid', type: 'boolean', value: false, description: 'Rename dbus service to match app-id, required for Flatpak' ) +option('with-appdata', type: 'boolean', + description: 'Install appdata files for app stores' +) # Plugins option('with-checksum', type: 'boolean', -- cgit 1.4.1