add udev dependencies for codecserver
This commit is contained in:
		@@ -18,8 +18,8 @@ function cmakebuild() {
 | 
			
		||||
 | 
			
		||||
cd /tmp
 | 
			
		||||
 | 
			
		||||
STATIC_PACKAGES="libfftw3-bin libprotobuf23 libsamplerate0 libicu67"
 | 
			
		||||
BUILD_PACKAGES="git autoconf automake libtool libfftw3-dev pkg-config cmake make gcc g++ libprotobuf-dev protobuf-compiler libsamplerate-dev libicu-dev libpython3-dev"
 | 
			
		||||
STATIC_PACKAGES="libfftw3-bin libprotobuf23 libsamplerate0 libicu67 libudev1"
 | 
			
		||||
BUILD_PACKAGES="git autoconf automake libtool libfftw3-dev pkg-config cmake make gcc g++ libprotobuf-dev protobuf-compiler libsamplerate-dev libicu-dev libpython3-dev libudev-dev"
 | 
			
		||||
apt-get update
 | 
			
		||||
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user