mirror of https://github.com/GNOME/gimp.git
build: using cmake-ninja for jasper build system in flatpak.
As asked by upstream at: https://github.com/flathub/flathub/pull/124
This commit is contained in:
parent
e75ea3c2af
commit
34ac56e770
|
@ -137,6 +137,7 @@
|
||||||
{
|
{
|
||||||
"name": "jasper",
|
"name": "jasper",
|
||||||
"cmake": true,
|
"cmake": true,
|
||||||
|
"buildsystem": "cmake-ninja",
|
||||||
"builddir": true,
|
"builddir": true,
|
||||||
"config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
|
"config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
|
||||||
"cleanup": [ "/bin", "/share" ],
|
"cleanup": [ "/bin", "/share" ],
|
||||||
|
|
Loading…
Reference in New Issue