1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00

Revert "Flatpak: Bundle meson"

This reverts commit c672bf138c.

Meson 0.48+ is on the runtime now and this is no longer needed
This commit is contained in:
Jordan Petridis 2018-10-31 00:35:56 +02:00
parent a3d2cbb308
commit f6425f3313
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -46,20 +46,6 @@
"*.a"
],
"modules": [
{
"name" : "meson",
"buildsystem" : "simple",
"build-commands" : [
"python3 setup.py install --prefix=/app"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/mesonbuild/meson.git",
"tag" : "0.48.0"
}
]
},
{
"name": "openjpeg",
"buildsystem": "cmake-ninja",