[fix] changed modules order

This commit is contained in:
Julian Sparber
2017-09-23 14:49:18 +02:00
parent 91b2acd75d
commit 01ea4dcb28

View File

@@ -30,15 +30,6 @@
"*.la", "*.a"],
"modules": [
{
"name": "teleportapp",
"sources": [
{
"type": "archive",
"url": "https://github.com/frac-tion/teleport/archive/flatpak.zip",
"sha256": "028719a49cb5ce46fcef9237b1e2942ec5140aefee459c7ebf6b79289230efb8"
}
]
},
{
"name": "libsoup",
"sources": [
@@ -50,7 +41,18 @@
]
},
{
"name": "avahi-client",
"name": "avahi",
"config-opts": [
"--disable-monodoc",
"--disable-gtk",
"--disable-gtk3",
"--disable-qt3",
"--disable-libdaemon",
"--disable-pygtk",
"--disable-mono",
"--enable-compat-libdns_sd",
"--with-distro=none"
],
"sources": [
{
"type": "archive",
@@ -58,6 +60,15 @@
"sha256": "57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804"
}
]
},
"name": "teleportapp",
"sources": [
{
"type": "archive",
"url": "https://github.com/frac-tion/teleport/archive/flatpak.zip",
"sha256": "3d6b5df45ee9adf9b6c8beace64db05a11fd7ec0e308d9d4728559356c0e6773"
}
]
}
]
}