summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-12-30 18:49:49 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-03 00:18:34 +0700
commit621214c80297fee9a3279d4e94abdf2f92872b19 (patch)
tree75c41f7d735fbf34c463f1384301b8824d95560a /contrib
parent9fdf8c9f9ebf03caa53806f1d0bc680260ab27a4 (diff)
layer23: make all apps depend on libosmo-gprs-rlcmac
This will be needed for the modem application, and is also used in a follow-up commit adding support for parsing SI13 Rest Octets. Change-Id: I8e0f826c9b2a886f94624176e34e7d197e93d25f Related: OS#5500
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 16a0a6eb..c65387e2 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -24,6 +24,7 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"
osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
+osmo-build-dep.sh libosmo-gprs
osmo-build-dep.sh gapk
set +x