mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
package/cog: add udev dependency to drm platform support
The DRM platform support already has the 'BR2_PACKAGE_HAS_UDEV' symbol in package/cog/Config.in We just need to specify 'udev' as a dependency in the cog.mk file. The udev virtual package is pulled by libinput anyway, but this makes it more explicit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fe6aa1f5c9
commit
df36e51ee1
@ -28,7 +28,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_COG_PLATFORM_DRM),y)
|
||||
COG_CONF_OPTS += -DCOG_PLATFORM_DRM=ON
|
||||
COG_DEPENDENCIES += libdrm libinput libgbm libegl
|
||||
COG_DEPENDENCIES += libdrm libinput libgbm libegl udev
|
||||
else
|
||||
COG_CONF_OPTS += -DCOG_PLATFORM_DRM=OFF
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user