build: remove workaround for a flatpak bug.

The GNOME sdk runtime used to be built which flags not appreciated by
older CPUs. This has now been fixed. Let's get rid of our workaround.
See https://github.com/flatpak/flatpak/issues/143
This commit is contained in:
Jehan 2017-04-13 16:22:24 +02:00
parent 0a42c6b4bd
commit 81a44d5fb0
1 changed files with 0 additions and 14 deletions

View File

@ -317,25 +317,11 @@
},
{
"name": "gimp",
"build-options" : {
"env": {
"PATH": "/run/build/gimp/tmp-bin:/app/bin:/usr/bin"
}
},
"config-opts": [ "--disable-docs", "--disable-gtk-doc", "--disable-gtk-doc-html", "--enable-vector-icons" ],
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gimp"
},
{
"type": "script",
"commands": [
"#!/bin/sh",
"python3 /usr/bin/gdbus-codegen $@"
],
"dest-filename": "gdbus-codegen",
"dest": "tmp-bin/"
}
]
}