summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedroHLC2021-08-20 14:18:40 -0300
committerPedroHLC2021-08-20 14:18:40 -0300
commit55f240c75897ca69fafccec49e4a9824c32b6222 (patch)
tree8ee964dfea527ff26dac8b5eb80f927ff5389b5d
parentb91066185ae7ec3141a597c08fd0a28140988098 (diff)
downloadaur-55f240c75897ca69fafccec49e4a9824c32b6222.tar.gz
Add "systemd" and "dbus" to makepends.
About "systemd", you might want to read: - https://bugs.archlinux.org/task/66762 - https://lists.archlinux.org/pipermail/aur-general/2021-July/036433.html - https://aur.archlinux.org/packages/anbox-git/#comment-822810
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63112e3b1e05..42620e4a9b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = anbox-git
makedepends = properties-cpp
makedepends = gtest
makedepends = python
+ makedepends = systemd
+ makedepends = dbus
depends = lxc-git
depends = sdl2_image
depends = protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 76b45e3db286..37e13174eefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="Running Android in a container"
depends=('lxc-git' 'sdl2_image' 'protobuf' 'anbox-image' 'libsystemd' 'boost-libs' 'sdbus-cpp')
replaces=('anbox-launchers')
conflicts=('anbox-launchers')
-makedepends=('cmake' 'git' 'glm' 'boost' 'properties-cpp' 'gtest' 'python')
+makedepends=('cmake' 'git' 'glm' 'boost' 'properties-cpp' 'gtest' 'python' 'systemd' 'dbus')
source=("git+https://github.com/anbox/anbox.git"
"git+https://github.com/google/cpu_features.git"
"no-bundled-sdbus.patch"