Skip to content
Snippets Groups Projects
Commit 2abaecfa authored by Russ's avatar Russ Committed by Leo
Browse files

testing/mongo-cxx-driver: fix depends_dev

parent 01694a41
No related merge requests found
......@@ -3,14 +3,13 @@
pkgname="mongo-cxx-driver"
pkgver="3.4.0"
_commit="131fa1a67acd45c0eebcbdcfee42b212af8d2e80" # master compiles with GCC8.3/CXX17
pkgrel=0
pkgrel=1
pkgdesc="C++ driver for MongoDB"
url="http://mongocxx.org/"
arch="all"
license="Apache-2.0"
makedepends="cmake mongo-c-driver-dev libbson-dev openssl-dev python3 snappy-dev"
subpackages="$pkgname-dev:_dev libbsoncxx libbsoncxx-dev"
depends_dev="libbson-dev"
source="mongo-cxx-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-cxx-driver/archive/$_commit.tar.gz
01-dont-build-mongo-tests.patch"
builddir="$srcdir/mongo-cxx-driver-$_commit"
......@@ -58,6 +57,11 @@ libbsoncxx() {
}
_dev() {
# This should be removed once abuild knows how to search for pkg-config
# files that are in another subpackage that is also being created alongside
# this one.
depends_dev="libbsoncxx-dev"
default_dev
# libbsoncxx pkg-config files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment