[totem/wip/hadess/devel-flatpak: 1/3] data: Process subdirs after the current one




commit b9796be69805a9abdbdef07985ea640e4ca11c57
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 2 12:41:37 2022 +0100

    data: Process subdirs after the current one
    
    So we can reuse variables declared locally in the appdata subfolder.

 data/meson.build | 6 +++---
 1 file 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]