mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
clutter/configure.ac: Remove left-over gbm and drm dependencies
The gbm and drm facing code has since long been moved into mutter.
This commit is contained in:
parent
fe7a67f0e7
commit
3e03d1e38e
@ -151,9 +151,8 @@ AS_IF([test "x$enable_wayland_egl_server" = "xyes"],
|
||||
[
|
||||
CLUTTER_BACKENDS="$CLUTTER_BACKENDS egl"
|
||||
SUPPORT_EGL=1
|
||||
AC_DEFINE([CLUTTER_EGL_BACKEND_GENERIC], [1], [Use Generic EGL backend])
|
||||
|
||||
BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-egl wayland-server libdrm gbm"
|
||||
BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-egl wayland-server"
|
||||
|
||||
SUPPORT_WAYLAND_COMPOSITOR=1
|
||||
CLUTTER_CONFIG_DEFINES="$CLUTTER_CONFIG_DEFINES
|
||||
|
Loading…
Reference in New Issue
Block a user