[eog: 4/21] build: Fix meson issue regarding install_dir



commit 884ed96227409d27029a547e958cce14e917166a
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Jun 27 13:40:37 2019 +0200

    build: Fix meson issue regarding install_dir
    
    Although it was available before, the `install_dir` in configured
    files has marked as supported in meson 0.50.
    
    The minimum required version has been bumped so the warning message
    is not shown anymore.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index a1af0a19..1d43985d 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
   version: '3.33.3',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
-  meson_version: '>= 0.44.0'
+  meson_version: '>= 0.50.0'
 )
 
 eog_version = meson.project_version()


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