[Buildroot] [PATCH 20/20 v3] package/xserver_xorg-server: needs libudev, not a udev daemon

Bernd Kuhls bernd.kuhls at t-online.de
Sun Jul 27 11:38:54 UTC 2014


Bernd Kuhls <bernd.kuhls at t-online.de> wrote in 
news:XnsA3777C2F4BB23berndkuhlsPkbjNfxxIA at bernd-kuhls.de:

> Luckily enough xserver_xorg-server does not depend on udev/hal, configure 
> just prints:
> 
> configure: WARNING:
>              ***********************************************
>              Neither HAL nor udev backend will be enabled.
>              Input device hotplugging will not be available!
>              ***********************************************
> 
> which is fine for me, everything works good without udev/hal ;)

Hi,

a small, but important addition: To avoid xserver_xorg-server picking up 
libudev when the udev daemon is disabled this patch is needed for 
xserver_xorg-server.mk:

@@ -134,6 +134,7 @@
 XSERVER_XORG_SERVER_CONF_OPT += --disable-config-udev-kms
 endif
 else
+XSERVER_XORG_SERVER_CONF_OPT += --disable-config-udev
 ifeq ($(BR2_PACKAGE_DBUS),y)
 XSERVER_XORG_SERVER_DEPENDENCIES += dbus
 XSERVER_XORG_SERVER_CONF_OPT += --enable-config-dbus

Regards, Bernd




More information about the buildroot mailing list