[gedit/zbrown/deteplification-src: 60/633] build: improve project() call
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 60/633] build: improve project() call
- Date: Sat, 10 Apr 2021 12:47:53 +0000 (UTC)
commit 90516c43f62fd952ee6c8105581898d7832798a4
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Dec 3 17:53:19 2019 +0100
build: improve project() call
meson.project_license() is not called. When changing the license it's
annoying to need to change the license information everywhere. There is
already the COPYING file.
meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index abe47edaf..969ad3189 100644
--- a/meson.build
+++ b/meson.build
@@ -1,8 +1,7 @@
project(
'gedit', 'c',
version: '3.35.2',
- meson_version: '>=0.49.0',
- license: 'GPL2'
+ meson_version: '>= 0.49'
)
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]