mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/xdriver_xf86-video-qxl: fix 'appropriate' typo
Found by codespell. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
0c6b8c989f
commit
2e8cd8199c
@@ -19,7 +19,7 @@ XDRIVER_XF86_VIDEO_QXL_DEPENDENCIES = \
|
||||
xorgproto \
|
||||
xserver_xorg-server
|
||||
|
||||
# configure doesn't look for drm headers in the appropiate place, so help it
|
||||
# configure doesn't look for drm headers in the appropriate place, so help it
|
||||
# libdrm is only useful with udev for KMS
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
XDRIVER_XF86_VIDEO_QXL_CONF_ENV += REQUIRED_MODULES=libdrm
|
||||
|
||||
Reference in New Issue
Block a user