mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/xbmc: remove spurious build-dependency on udev
CEC support with libcec needs udev, but it is the responsibility of libcec to have proper build-dependencies, not XBMC. So, just remove the spurious dependency on udev in XBMC. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6364139385
commit
910300950b
@@ -130,7 +130,7 @@ XBMC_CONF_OPT += --disable-avahi
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XBMC_LIBCEC),y)
|
||||
XBMC_DEPENDENCIES += libcec udev
|
||||
XBMC_DEPENDENCIES += libcec
|
||||
XBMC_CONF_OPT += --enable-libcec
|
||||
else
|
||||
XBMC_CONF_OPT += --disable-libcec
|
||||
|
||||
Reference in New Issue
Block a user