mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 05:18:01 +02:00
compositor-fbdev: drop dependency on libdrm
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
This commit is contained in:
parent
840a421a5e
commit
7b8e970ad1
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 libdrm >= 2.4.30])
|
||||
PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0])
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE([rdp-compositor], [ --enable-rdp-compositor],,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue