Let's try again. Previous commit wasn't completed
[feed/telephony.git] / net / freeswitch / Config.in
index 21486c352c9e7e72a5726bf4ef85af16e4493012..66407ab1c87c99f310023ae39c5e5e0a6287f6c5 100644 (file)
@@ -1,8 +1,7 @@
 menu "Configuration"
-       depends on PACKAGE_freeswitch
+  depends on PACKAGE_freeswitch && DEVEL
 
   choice
-    depends on DEVEL
     prompt "Git HEAD version to use"
     default FS_WITH_DEFAULT_HEAD
     help
@@ -165,13 +164,6 @@ menu "Configuration"
     help
        Compile with SRTP support.
 
-  config FS_WITH_KERNEL_LINUX
-    depends on FS_WITH_SRTP
-    bool "Build library to run in Linux kernel context"
-    default n
-    help
-       Build library to run in Linux kernel context.
-
   config FS_WITH_SRTP_GENERIC_AESICM
     depends on FS_WITH_SRTP
     bool "Compile in changes for ISMAcryp"
@@ -186,6 +178,13 @@ menu "Configuration"
     help
        Build library to run in Linux kernel context.
 
+  config FS_WITH_SRTP_OPENSSL
+    depends on FS_WITH_SRTP
+    bool "Use OpenSSL crypto primitives to build SRTP"
+    default y
+    help
+       Use OpenSSL crypto primitives.
+
   config FS_WITH_THREADS
     bool "Enable threading support in APR"
     default y
@@ -196,8 +195,15 @@ menu "Configuration"
     depends on PACKAGE_freeswitch-mod-erlang-event
     string
     prompt "path to erlang installed directory"
-    default "$(STAGING_DIR)/usr"
+    default "$$(STAGING_DIR_HOST)/lib/erlang"
     help
        Specify the path to erlang libraries.
 
+  config FS_WITH_OGG_INCLUDES
+    string
+    prompt "OGG include HEADER path"
+    default "$$(STAGING_DIR)/usr/include"
+    help
+       Specify the include header path for OGG library.
+
 endmenu