Remove uneeded xml2po dep from flatpak-builder manifest.

This commit is contained in:
Michael James Gratton 2018-06-11 11:29:02 +10:00
parent 96d9d00164
commit 3c7a3de141

View file

@ -52,26 +52,6 @@
"/share/vala",
"*.la", "*.a"],
"modules": [
{
"name": "gnome-doc-utils",
"build-options": {
"arch" : {
/* Lie about our arch - no actual compilation happens here. */
"arm": {
"config-opts": [ "--build=amd64" ]
},
"aarch64": {
"config-opts": [ "--build=amd64" ]
}
} },
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz",
"sha256": "cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6"
}
]
},
{
"name": "libgee",
"build-options" : {