summaryrefslogtreecommitdiff
path: root/org.gnome.Eog.json
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-12-21 16:35:36 -0600
committerPatrick Griffis <pgriffis@igalia.com>2021-12-21 16:51:05 -0600
commita06e6325907e136678b0bbe7058c25d688034afd (patch)
tree0a14ee3c742c6f2349413d975a6cd449fcb472c9 /org.gnome.Eog.json
parentcb8e5b4e2454f6ef05d3c91ef3bef77cd4f672cc (diff)
downloadeog-a06e6325907e136678b0bbe7058c25d688034afd.tar.gz
Update libportal usage
libportal 0.5 is the first release with a stable API so some changes were made.
Diffstat (limited to 'org.gnome.Eog.json')
-rw-r--r--org.gnome.Eog.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.gnome.Eog.json b/org.gnome.Eog.json
index 94f09234..b7def6af 100644
--- a/org.gnome.Eog.json
+++ b/org.gnome.Eog.json
@@ -48,16 +48,17 @@
{
"name" : "libportal",
"config-opts" : [
- "--libdir=/app/lib",
- "--buildtype=debugoptimized"
+ "--buildtype=debugoptimized",
+ "-Dbackends=gtk3",
+ "-Dintrospection=false",
+ "-Ddocs=false"
],
"buildsystem" : "meson",
- "builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://github.com/flatpak/libportal.git",
- "tag" : "0.4"
+ "tag" : "0.5"
}
]
},