Skip to content

Commit

Permalink
Add libsoup2.4 dev in dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrosKataras committed Oct 24, 2016
1 parent ee5c5e4 commit f35e47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-gst-uninstalled-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ install_gst_dependencies_for_distro () {
echo "==========================================================================================="
if [ "$DISTRO" = "Debian" ] || [ "$DISTRO" = "Ubuntu" ]; then
sudo apt-get update
sudo apt-get -y install bison flex git autopoint libtool autoconf liborc-0.4-dev libglib2.0-dev yasm gettext
sudo apt-get -y install bison flex git autopoint libtool autoconf liborc-0.4-dev libglib2.0-dev yasm gettext libsoup2.4-dev

# we install standard packages to pull dependencies. Its a bit rough but
# but works consistently across debian based distros.
Expand Down

0 comments on commit f35e47a

Please sign in to comment.