Skip to content

Commit bfe01f1

Browse files
committed
Add additional package required for WebRTC
I’m not sure if CentOS ships with an equivalent, or if it is the correct version, so leaving it out for now.
1 parent b22060b commit bfe01f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default['asterisk']['source']['packages'] = case platform_family
22
when 'debian'
3-
%w{libssl-dev libcurl4-openssl-dev libncurses5-dev libnewt-dev libxml2-dev libsqlite3-dev uuid-dev sox}
3+
%w{libssl-dev libcurl4-openssl-dev libncurses5-dev libnewt-dev libxml2-dev libsqlite3-dev libsrtp0-dev uuid-dev sox}
44
when 'rhel'
55
%w{openssl-devel ncurses-devel newt-devel libxml2-devel sqlite-devel uuid-devel sox}
66
end

0 commit comments

Comments
 (0)