Skip to content

Commit

Permalink
Fix detection of custom pcap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Oct 18, 2023
1 parent 1ba7f87 commit 20fe204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_ubuntu_bootstraps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ apt-get -y install ccache gcc-9 g++-9 wget git gcc-mingw-w64 g++-mingw-w64
apt-get -y install libxpresent-dev libjxr-dev libusb-1.0-0-dev libgcrypt20-dev libpulse-dev libudev-dev libsane-dev libv4l-dev libkrb5-dev libgphoto2-dev liblcms2-dev libcapi20-dev
apt-get -y install libjpeg62-dev samba-dev
apt-get -y install libpcsclite-dev libcups2-dev
apt-get -y purge libvulkan-dev libvulkan1 libsdl2-dev libsdl2-2.0-0 --purge --autoremove
apt-get -y purge libvulkan-dev libvulkan1 libsdl2-dev libsdl2-2.0-0 libpcap0.8-dev libpcap0.8 --purge --autoremove
apt-get -y clean
apt-get -y autoclean
mkdir /opt/build_libs
Expand Down

0 comments on commit 20fe204

Please sign in to comment.