[gnome-builder: 3/139] build: move subdir() references



commit 265c9ba0dac3a1e02a44ed76e93f404d9ada63f3
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jan 9 14:55:37 2019 -0800

    build: move subdir() references

 data/meson.build | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index e0cb61d6e..5afb6f81d 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,4 +1,8 @@
 subdir('appdata')
+subdir('fonts')
+subdir('gsettings')
+subdir('icons')
+subdir('style-schemes')
 
 # Desktop launcher and description file.
 desktop_file = i18n.merge_file(
@@ -27,8 +31,3 @@ configure_file(
        install: true,
        install_dir: join_paths(get_option('datadir'), 'dbus-1', 'services'),
 )
-
-subdir('fonts')
-subdir('gsettings')
-subdir('icons')
-subdir('style-schemes')


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