[recipes] Import gnome module in toplevel meson.build



commit cda3dc1f03b90e7802d2c7a04d9abe85a3438deb
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 18 16:55:57 2017 -0400

    Import gnome module in toplevel meson.build
    
    It will be used in more places soon.

 meson.build     |    1 +
 src/meson.build |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 47c4d96..7023394 100644
--- a/meson.build
+++ b/meson.build
@@ -2,6 +2,7 @@ project('gnome-recipes', 'c', version: '1.1.1',
         meson_version : '>=0.36.0')
 
 i18n = import('i18n')
+gnome = import('gnome')
 
 conf = configuration_data()
 
diff --git a/src/meson.build b/src/meson.build
index f4fe823..e815a34 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,5 +1,3 @@
-gnome = import('gnome')
-
 src = []
 enums = []
 


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