flatpak: Fix libdazzle build

This commit is contained in:
Alberto Fanjul 2019-03-13 23:08:42 +01:00
parent c6f31fe95a
commit 7741ed3d4a

View file

@ -145,9 +145,9 @@
},
{
"name" : "libdazzle",
"config-opt" : [
"--prefix=/opt/gnome",
"--libdir=/opt/gnome/lib"
"config-opts" : [
"--libdir=/app/lib",
"--buildtype=debugoptimized"
],
"buildsystem" : "meson",
"builddir" : true,