[gedit] build: improve project() call
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: improve project() call
- Date: Tue, 3 Dec 2019 16:56:45 +0000 (UTC)
commit fe9053cc0dbe7b70af67ae89b8b435d1903182bd
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 2e34a205e..8c1890fa8 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]