summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis van der Schagt2020-09-03 13:04:26 +0200
committerDennis van der Schagt2020-09-03 13:04:50 +0200
commita52d23469e8d0ba594c5bf602d81f3630224c090 (patch)
treea03ed218e16cc7aae68dd2ea07ead905265acd34 /PKGBUILD
parentc7c7531a57f3d2f98f812579be115bf5d0b3f457 (diff)
downloadaur-a52d23469e8d0ba594c5bf602d81f3630224c090.tar.gz
Specify missing dependencies ('asio' and 'tinyxml2')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1164ac2771d3..3e80f59f560a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="eProsima's Fast-DDS implementation"
arch=('x86_64')
url="https://github.com/eProsima/Fast-DDS"
license=('Apache')
-depends=('foonathan_memory-shared')
+depends=('foonathan_memory-shared' 'asio' 'tinyxml2')
makedepends=('cmake')
checkdepends=()
optdepends=()