mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-30 23:40:13 +01:00
configure.ac: fix broken compilation when configure with --disable-egl option
Fix bug 67561: "configure with --disable-egl option breaks fbdev backend compilation" https://bugs.freedesktop.org/show_bug.cgi?id=67561 Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
This commit is contained in:
parent
c4a4c6b152
commit
f66f99d9db
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ AM_CONDITIONAL([ENABLE_FBDEV_COMPOSITOR],
|
|||
[test x$enable_fbdev_compositor = xyes])
|
||||
AS_IF([test x$enable_fbdev_compositor = xyes], [
|
||||
AC_DEFINE([BUILD_FBDEV_COMPOSITOR], [1], [Build the fbdev compositor])
|
||||
PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0])
|
||||
PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0 libdrm >= 2.4.30])
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE([rdp-compositor], [ --enable-rdp-compositor],,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue