[cantarell-fonts/v0.100] build: keep module name of cantarell-fonts



commit c6e8da5244248485e005d2348a1374924efc59c0
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Feb 8 11:45:28 2018 +0100

    build: keep module name of cantarell-fonts

 meson.build     |    2 +-
 src/meson.build |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 27ab8ad..65dd655 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('Cantarell', version : '0.100')
+project('cantarell-fonts', version : '0.100')
 
 datadir = join_paths(get_option('prefix'), get_option('datadir'))
 appdatadir = join_paths(datadir, 'appdata')
diff --git a/src/meson.build b/src/meson.build
index 06e9050..64662bb 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,5 +1,5 @@
 if useprebuilt == false
-  custom_target('Cantarell',
+  custom_target('cantarell-fonts',
                 input : 'Cantarell.glyphs',
                 output : [
                   'Cantarell-Thin.otf',


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