mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 10:48:05 +02:00
configure.ac: bump libdrm requirement to 2.4.68
Had a stale libdrm sitting around which gave me errors, both fixed with the
.68 version.
libweston/pixel-formats.c:291:13: error: ‘DRM_FORMAT_NV24’ undeclared here
(not in a function); did you mean ‘DRM_FORMAT_NV21’?
.format = DRM_FORMAT_NV24,
^~~~~~~~~~~~~~~
DRM_FORMAT_NV21
libweston/pixel-formats.c:296:13: error: ‘DRM_FORMAT_NV42’ undeclared here
(not in a function); did you mean ‘DRM_FORMAT_NV12’?
.format = DRM_FORMAT_NV42,
^~~~~~~~~~~~~~~
DRM_FORMAT_NV12
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
9071817089
commit
efdebbc4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ AC_CHECK_FUNCS([mkostemp strchrnul initgroups posix_fallocate])
|
||||||
|
|
||||||
# check for libdrm as a build-time dependency only
|
# check for libdrm as a build-time dependency only
|
||||||
# libdrm 2.4.30 introduced drm_fourcc.h.
|
# libdrm 2.4.30 introduced drm_fourcc.h.
|
||||||
PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.30], [], [AC_MSG_ERROR([
|
PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.68], [], [AC_MSG_ERROR([
|
||||||
libdrm is a hard build-time dependency for libweston core,
|
libdrm is a hard build-time dependency for libweston core,
|
||||||
but a sufficient version was not found. However, libdrm
|
but a sufficient version was not found. However, libdrm
|
||||||
is not a runtime dependency unless you have features
|
is not a runtime dependency unless you have features
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue