Skip to content
Snippets Groups Projects
Commit 30cf26c0 authored by FredericLeroy's avatar FredericLeroy
Browse files

build_helper: fix libxslt1-dev installation

libxslt1-dev is used at least for asn1 and usrp. It breaks the build when in
check_install_additional_tools().
Move it to to check_install_oai_software()
parent 71af065b
No related branches found
No related tags found
No related merge requests found
......@@ -271,8 +271,7 @@ check_install_additional_tools (){
android-tools-adb \
wvdial \
python-numpy \
sshpass \
libxslt1-dev
sshpass
$SUDO pip install paramiko
$SUDO pip install pyroute2
......@@ -356,6 +355,7 @@ check_install_oai_software() {
libusb-1.0-0-dev \
libxml2 \
libxml2-dev \
libxslt1-dev \
linux-headers-`uname -r` \
mscgen \
octave \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment