This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch vtorri_meson
in repository rage.

View the commit online.

commit fdd132850062128de883bf3aadfac36e402f2de3
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Sun Mar 30 09:34:31 2025 +0200

    update meson
---
 data/themes/meson.build | 2 +-
 meson.build             | 6 +++---
 src/bin/meson.build     | 2 +-
 src/meson.build         | 1 -
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/data/themes/meson.build b/data/themes/meson.build
index f962b85..fb36cc1 100644
--- a/data/themes/meson.build
+++ b/data/themes/meson.build
@@ -1,5 +1,5 @@
 cmd = [ edje_cmd,
-        '-id', join_paths(meson.source_root(), 'data' , 'themes', 'images'),
+        '-id', join_paths(meson.project_source_root(), 'data' , 'themes', 'images'),
         '@INPUT@', '@OUTPUT@'
       ]
 src = ""
diff --git a/meson.build b/meson.build
index dd6608e..e005a60 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('rage', 'c',
         version        : '0.4.0',
         license        : 'BSD 2 clause',
         default_options: [ 'buildtype=plain', 'c_std=gnu99' ],
-        meson_version  : '>= 0.47.0')
+        meson_version  : '>= 0.60.0')
 base_url = 'https://www.enlightenment.org/about-'
 
 ##### convenience variables for later
@@ -20,7 +20,7 @@ edje = dependency('edje',       version: efl_version)
 ##### edje_cc binary compiler tool
 edje_cmd = get_option('edje-cc')
 if edje_cmd == ''
-  edje_cmd = join_paths(edje.get_pkgconfig_variable('prefix'),
+  edje_cmd = join_paths(edje.get_variable(pkgconfig: 'prefix'),
                         'bin', 'edje_cc')
 endif
 
@@ -51,5 +51,5 @@ cfg.set       ('_POSIX_1_SOURCE'         , 1)
 configure_file(output: 'rage_config.h', configuration: cfg)
 
 ##### subdirs
-subdir('src')
+subdir('src/bin')
 subdir('data')
diff --git a/src/bin/meson.build b/src/bin/meson.build
index e32e072..c270573 100644
--- a/src/bin/meson.build
+++ b/src/bin/meson.build
@@ -19,7 +19,7 @@ executable('rage', [
   ],
   include_directories: inc,
   dependencies       : deps,
-  gui_app            : true,
+  win_subsystem      : 'windows',
   install            : true)
 executable('rage_thumb', [
     'thumb.c',
diff --git a/src/meson.build b/src/meson.build
deleted file mode 100644
index 2ca5545..0000000
--- a/src/meson.build
+++ /dev/null
@@ -1 +0,0 @@
-subdir('bin')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to