mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
vlc: add udev support
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
56d0da839c
commit
96b7f4e9a9
@ -30,7 +30,6 @@ VLC_CONF_OPT += \
|
|||||||
--disable-goom \
|
--disable-goom \
|
||||||
--disable-projectm \
|
--disable-projectm \
|
||||||
--disable-vsxu \
|
--disable-vsxu \
|
||||||
--disable-udev \
|
|
||||||
--disable-mtp
|
--disable-mtp
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||||
@ -234,6 +233,13 @@ else
|
|||||||
VLC_CONF_OPT += --disable-tremor
|
VLC_CONF_OPT += --disable-tremor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_UDEV),y)
|
||||||
|
VLC_CONF_OPT += --enable-udev
|
||||||
|
VLC_DEPENDENCIES += udev
|
||||||
|
else
|
||||||
|
VLC_CONF_OPT += --disable-udev
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||||
VLC_CONF_OPT += --with-x
|
VLC_CONF_OPT += --with-x
|
||||||
VLC_DEPENDENCIES += xlib_libX11
|
VLC_DEPENDENCIES += xlib_libX11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user