[d-feet: 4/7] flatpak: Change buildsystem to meson
- From: Thomas Bechtold <toabctl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet: 4/7] flatpak: Change buildsystem to meson
- Date: Sun, 3 Feb 2019 13:58:56 +0000 (UTC)
commit a772ad9dbf70c4388cb09599bdf4f5bce1fceb17
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Wed Dec 19 14:43:06 2018 +0100
flatpak: Change buildsystem to meson
d-feet has recently acquired support for meson build system. The
flatpak configuration file has been changed to use it.
org.gnome.dfeet.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/org.gnome.dfeet.json b/org.gnome.dfeet.json
index 1c654d8..61b53f2 100644
--- a/org.gnome.dfeet.json
+++ b/org.gnome.dfeet.json
@@ -14,11 +14,6 @@
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
- "build-options" : {
- "env": {
- "PYTHON": "/usr/bin/python3"
- }
- },
"modules": [
{
"name": "pycairo",
@@ -80,8 +75,9 @@
},
{
"name": "d-feet",
+ "buildsystem": "meson",
"config-opts": [
- "--disable-tests"
+ "-Dtests=false"
],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]