summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-02 12:41:37 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-02 12:42:22 +0100
commitb9796be69805a9abdbdef07985ea640e4ca11c57 (patch)
tree1b9529e5f76958ccff85b29bd757b85746a3cfe3 /data
parent7fec43c3f49a7cb499c1876c13f682efb6456589 (diff)
downloadtotem-b9796be69805a9abdbdef07985ea640e4ca11c57.tar.gz
data: Process subdirs after the current one
So we can reuse variables declared locally in the appdata subfolder.
Diffstat (limited to 'data')
-rw-r--r--data/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/meson.build b/data/meson.build
index f8c2cd792..b5bad747c 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,3 @@
-subdir('appdata')
-subdir('icons')
-
desktop_sh = find_program('desktop.sh')
thumbnailer_sh = find_program('thumbnailer.sh')
mime_type_include_sh = find_program('mime-type-include.sh')
@@ -188,3 +185,6 @@ install_data(
'totem.convert',
install_dir: join_paths(totem_datadir, 'GConf', 'gsettings')
)
+
+subdir('appdata')
+subdir('icons')