[gimp/meson: 69/127] Cleanup



commit 21e18edc710de973a6000e002e031e3e7387863a
Author: Félix Piédallu <felix piedallu me>
Date:   Tue Jan 9 10:21:27 2018 +0100

    Cleanup

 app/meson.build |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/meson.build b/app/meson.build
index 1a4bd26..f0b2b97 100644
--- a/app/meson.build
+++ b/app/meson.build
@@ -62,11 +62,11 @@ app_debug_files = files(
 app_lflags = [
 ]
 app_cflags = [
-  '-DGIMPDIR="'+ gimpdir + '"',
-  '-DGIMP_USER_VERSION="'+ user_version +'"',
+  '-DCC_VERSION="' + cc.version() + '"',
   '-DG_LOG_DOMAIN="Gimp"',
   '-DGIMP_APP_GLUE_COMPILATION',
-  '-DCC_VERSION="' + cc.version() + '"',
+  '-DGIMP_USER_VERSION="'+ user_version +'"',
+  '-DGIMPDIR="'+ gimpdir + '"',
 ]
 
 if platform_win32
@@ -109,12 +109,12 @@ libapp = static_library('app',
 )
 
 
-
-
 # Those subdirs need to link againts the first ones
 subdir('config')
 subdir('tests')
 
+
+
 app_links = [
   libapp,
   libappactions,


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