[recipes/meson2] Fix the executable name



commit 1d9aa1470b0c2cd1e766baedea159a433e7c1ce5
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 18 10:04:28 2017 -0500

    Fix the executable name

 src/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 8c0e0d8..0669a4c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -81,7 +81,7 @@ src =  ['main.c',
   resources_ui,
   resources_images]
 
-executable('recipe',
+executable('gnome-recipes',
            src,
            install : true,
            include_directories : top_inc,


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