[gnome-todo] build: update meson files
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] build: update meson files
- Date: Tue, 12 Sep 2017 02:35:54 +0000 (UTC)
commit 642aed578fbbc8d10f71aa998a355f0ec124e8d9
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Sep 11 23:19:31 2017 -0300
build: update meson files
configure | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/configure b/configure
index a3f95fe..6ee3185 100755
--- a/configure
+++ b/configure
@@ -83,15 +83,7 @@ sanitycheck NINJA 'ninja' 'ninja-build'
declare -A default_options=(
['gtk-doc']=false
- ['dark-theme-plugin']=true
- ['background-plugin']=true
- ['scheduled-panel-plugin']=true
- ['score-plugin']=true
- ['today-panel-plugin']=true
- ['unscheduled-panel-plugin']=true
- ['todo-txt-plugin']=true
- ['todoist-plugin']=true
- ['introspection']=true
+ ['tracing']=false
)
declare -A meson_options
@@ -151,14 +143,18 @@ all:
install:
DESTDIR="\$(DESTDIR)" ${NINJA} ${NINJA_OPT} install
+uninstall:
+ DESTDIR="\$(DESTDIR)" ${NINJA} ${NINJA_OPT} uninstall
+
check:
- ${MESONTEST} ${NINJA_OPT}
+ ${MESON} test ${NINJA_OPT}
dist:
${NINJA} ${NINJA_OPT} dist
distcheck:
- ${MESONTEST} ${NINJA_OPT}; ${NINJA} ${NINJA_OPT} dist
+ ${MESON} test ${NINJA_OPT}; ${NINJA} ${NINJA_OPT} dist
+
END
cmd_options=""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]