summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-02-02 13:02:45 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-02-02 13:02:45 -0600
commit2f8722504f85f045a60b2224928f06e62b909c71 (patch)
treebb7645392f3f642f034061295f23ba0b408bfd9f
parent2e719b2c70f8eb3e706bfcf3e68a0695664257ac (diff)
downloadepiphany-2f8722504f85f045a60b2224928f06e62b909c71.tar.gz
flatpak: clean up the manifest a bit
Patrick notes that we no longer have to specify libdir for meson modules, and Christian wants us to continue using "builddir" : true for Builder.
-rw-r--r--flatpak/org.gnome.Epiphany.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/flatpak/org.gnome.Epiphany.json b/flatpak/org.gnome.Epiphany.json
index d78698c64..901d08ae6 100644
--- a/flatpak/org.gnome.Epiphany.json
+++ b/flatpak/org.gnome.Epiphany.json
@@ -38,9 +38,6 @@
"modules" : [
{
"name" : "libdazzle",
- "config-opts" : [
- "--libdir=/app/lib"
- ],
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
@@ -53,6 +50,7 @@
{
"name" : "libhandy",
"buildsystem" : "meson",
+ "builddir" : true,
"config-opts" : [
"-Dexamples=false",
"-Dglade_catalog=disabled",