Commit 9ffc0e1d authored by Anton Palgunov's avatar Anton Palgunov

fix: add dbus deps

parent 7cc0d90d
......@@ -12,3 +12,4 @@
# meson
_build
subprojects/
\ No newline at end of file
......@@ -98,6 +98,20 @@
]
},
{
"name": "python3-dbus-python",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} dbus-python"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/b1/5c/ccfc167485806c1936f7d3ba97db6c448d0089c5746ba105b6eb22dba60e/dbus-python-1.2.18.tar.gz",
"sha256": "92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120acf7260"
}
]
},
{
"name" : "tuneit",
"builddir" : true,
"buildsystem" : "meson",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment