mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
flatpak: Fix libdazzle build
This commit is contained in:
parent
c6f31fe95a
commit
7741ed3d4a
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue