[gnome-calendar] flatpak: Build less
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] flatpak: Build less
- Date: Sat, 25 May 2019 15:38:14 +0000 (UTC)
commit 2be54af2383af0fed527ec6e5c5f4a3ba2ae1264
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri May 24 21:28:47 2019 -0300
flatpak: Build less
build-aux/flatpak/org.gnome.Calendar.json | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Calendar.json b/build-aux/flatpak/org.gnome.Calendar.json
index abc1417a..eeaf89fa 100644
--- a/build-aux/flatpak/org.gnome.Calendar.json
+++ b/build-aux/flatpak/org.gnome.Calendar.json
@@ -69,10 +69,12 @@
"cleanup" : [
"/lib/cmake"
],
- "buildsystem" : "cmake",
+ "buildsystem" : "cmake-ninja",
"config-opts" : [
"-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
- "-DBUILD_SHARED_LIBS:BOOL=ON"
+ "-DBUILD_SHARED_LIBS=On",
+ "-DICAL_BUILD_DOCS=False",
+ "-DWITH_CXX_BINDINGS=False"
],
"sources" : [
{
@@ -85,9 +87,10 @@
{
"name" : "geocode-glib",
"buildsystem" : "meson",
- "builddir" : true,
"config-opts" : [
- "--libdir=/app/lib"
+ "-Denable-gtk-doc=false",
+ "-Denable-introspection=false",
+ "-Denable-installed-tests=false"
],
"sources" : [
{
@@ -100,7 +103,9 @@
"name" : "libgweather",
"buildsystem" : "meson",
"config-opts" : [
- "--libdir=/app/lib"
+ "-Dglade_catalog=false",
+ "-Denable_vala=false",
+ "-Dgtk_doc=false"
],
"sources" : [
{
@@ -137,8 +142,11 @@
{
"name" : "libdazzle",
"config-opts" : [
- "--libdir=/app/lib",
- "--buildtype=debugoptimized"
+ "--buildtype=debugoptimized",
+ "-Denable_gtk_doc=false",
+ "-Denable_tests=false",
+ "-Dwith_introspection=false",
+ "-Dwith_vapi=false"
],
"buildsystem" : "meson",
"builddir" : true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]