[gnome-maps/wip/jtojnar/fix-build: 4/4] build: Remove duplicate variables




commit a24077513a4da0b2cd324d6856e4bd07640eec70
Author: Jan Tojnar <jtojnar gmail com>
Date:   Tue Sep 6 22:40:31 2022 +0200

    build: Remove duplicate variables
    
    They are already defined in the top level `meson.build`.

 data/meson.build | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 6c3d993a..ae722e43 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -74,7 +74,6 @@ configure_file(
        install_dir: join_paths(datadir, 'dbus-1', 'services')
 )
 
-desktop_file_validate = find_program('desktop-file-validate', required: false)
 if desktop_file_validate.found()
        test(
                'validate-desktop',
@@ -85,7 +84,6 @@ if desktop_file_validate.found()
        )
 endif
 
-appstream_util = find_program('appstream-util', required: false)
 if appstream_util.found()
        test(
                'validate-appdata',


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