File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -260,14 +260,14 @@ endif
260
260
alsa = 1
261
261
262
262
ifeq ($(wildcard /usr/include/pthread.h),)
263
- $(error /usr/include/pthread.h does not exist. Install it with "sudo apt-get install libc6-dev" or "sudo yum install libc6-dev " )
263
+ $(error /usr/include/pthread.h does not exist. Install it with "sudo apt-get install libc6-dev" or "sudo yum install glibc-headers " )
264
264
endif
265
265
266
266
ifneq ($(alsa),)
267
267
CFLAGS += -DUSE_ALSA
268
268
LDFLAGS += -lasound
269
269
ifeq ($(wildcard /usr/include/alsa/asoundlib.h),)
270
- $(error /usr/include/alsa/asoundlib.h does not exist. Install it with "sudo apt-get install libasound2-dev" or "sudo yum install libasound2-dev " )
270
+ $(error /usr/include/alsa/asoundlib.h does not exist. Install it with "sudo apt-get install libasound2-dev" or "sudo yum install alsa-lib-devel " )
271
271
endif
272
272
endif
273
273
@@ -296,7 +296,7 @@ endif
296
296
# don't want to install it, comment out the next 3 lines.
297
297
298
298
ifeq ($(wildcard /usr/include/libudev.h),)
299
- $(error /usr/include/libudev.h does not exist. Install it with "sudo apt-get install libudev-dev" or "sudo yum install libudev-dev " )
299
+ $(error /usr/include/libudev.h does not exist. Install it with "sudo apt-get install libudev-dev" or "sudo yum install libudev-devel " )
300
300
endif
301
301
302
302
You can’t perform that action at this time.
0 commit comments