[frogr] flatpak: Specify the meson build system in the unstable JSON manifest
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] flatpak: Specify the meson build system in the unstable JSON manifest
- Date: Wed, 24 May 2017 07:49:09 +0000 (UTC)
commit 3169ac403eefdd1d77a06d9abb790cd6781e96fa
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Wed May 24 08:47:50 2017 +0100
flatpak: Specify the meson build system in the unstable JSON manifest
flatpak/org.gnome.frogr-unstable.json | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.frogr-unstable.json b/flatpak/org.gnome.frogr-unstable.json
index ac4e52f..71b3f83 100644
--- a/flatpak/org.gnome.frogr-unstable.json
+++ b/flatpak/org.gnome.frogr-unstable.json
@@ -34,6 +34,12 @@
"modules": [
{
"name": "frogr",
+ "buildsystem": "meson",
+ "builddir": true,
+ "config-opts": [
+ /* Debug symbols will be stripped out into org.gnome.frogr.Debug */
+ "--buildtype=debugoptimized"
+ ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]