[gnome-disk-utility] build: Make use of project name to define gdu_name



commit 893121b714aae81da480385bc95ba09330c465f1
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Jul 4 07:50:59 2019 +0200

    build: Make use of project name to define gdu_name
    
    The `gdu_name` has project name string duplicated.
    
    This has been removed to make use of the project name itself by using
    the `project_name` method.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8baeab5f..a6398aeb 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
   meson_version: '>= 0.50.0',
 )
 
-gdu_name = 'gnome-disk-utility'
+gdu_name = meson.project_name()
 gdu_version = meson.project_version()
 
 gdu_prefix = get_option('prefix')


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