summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper2021-11-07 19:21:34 +0000
committerSebastian Kemper2021-11-07 19:21:36 +0000
commit4c24ad93d355a324d4418fc48b04254526090178 (patch)
tree1482b17c94a3fda894638276286fdd15edd35c8e
parent6130c3a967373a87b3305993193ddc0041887800 (diff)
downloadtelephony-4c24ad93d355a324d4418fc48b04254526090178.tar.gz
freetdm: fix PKG_CONFIG_DEPENDS
One is missing and one is misspelled. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--libs/freetdm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/freetdm/Makefile b/libs/freetdm/Makefile
index e6f1d48..f80d699 100644
--- a/libs/freetdm/Makefile
+++ b/libs/freetdm/Makefile
@@ -40,7 +40,8 @@ FS_MOD_DIR:=$(FS_LIB_DIR)/freeswitch/mod
FS_PKGCONFIG_DIR:=$(FS_LIB_DIR)/pkgconfig
PKG_CONFIG_DEPENDS:= \
- CONFIG_FT_WITH_DEBUG \
+ CONFIG_FREETDM_WITH_DEBUG \
+ CONFIG_FS_WITH_MODCONF \
CONFIG_LIBC \
CONFIG_PACKAGE_libfreetdm-ftmod-libpri \
CONFIG_PACKAGE_libfreetdm-ftmod-pritap \