add libgtpnl dependency

Related: SYS#5599
Change-Id: I9928be6f62f5a89d98bdac63428f7a046c95c855
This commit is contained in:
Neels Hofmeyr
2021-12-01 09:13:44 +01:00
parent 163473ccdc
commit 6dc0ff7fa8
3 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ AC_SUBST(LIBRARY_DL)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0)
PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.2.0)
dnl checks for header files
AC_HEADER_STDC

View File

@@ -32,6 +32,7 @@ BuildRequires: pkgconfig >= 0.20
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
BuildRequires: pkgconfig(libgtpnl) >= 1.2.0
BuildRequires: pkgconfig(libosmocore) >= 1.6.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0
BuildRequires: pkgconfig(libosmovty) >= 1.6.0

1
debian/control vendored
View File

@@ -12,6 +12,7 @@ Build-Depends: debhelper (>=9),
pkg-config,
python3-minimal,
libtalloc-dev,
libgtpnl-dev (>= 1.2.0),
libosmocore-dev (>= 1.6.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8