diff options
author | Oz Tiram <[email protected]> | 2025-04-01 20:48:13 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | d0f1ddf1e34e19f62e5cb4ed98408d5fe159f3bd (patch) | |
tree | abf1f62267c28c6700971a4c6a23eed0e17df098 /data | |
parent | cb19106d8816ace0d26ed87dafb6508b48e21c69 (diff) | |
download | atril-d0f1ddf1e34e19f62e5cb4ed98408d5fe159f3bd.tar.bz2 atril-d0f1ddf1e34e19f62e5cb4ed98408d5fe159f3bd.tar.xz |
chore: pin meson version, add missing ATRIL_MIME_TYPES
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'data')
-rw-r--r-- | data/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build index a24f6ebb..399ea403 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,3 +1,4 @@ + subdir('icons') data_dir = include_directories('.') @@ -23,6 +24,7 @@ schema_file = install_data( ) desktop_conf = configuration_data() +desktop_conf.set('VERSION', meson.project_version()) desktop_conf.set('ATRIL_MIME_TYPES', atril_mime_types) desktop = configure_file( |