mirror of
https://github.com/brl/mutter.git
synced 2025-01-10 19:52:25 +00:00
Include libdrm and gbm when building Clutter
Clutter out of tree depends on Cogl's required dependencies via the pkg-config file. Since Clutter and Cogl moved in tree, it means that those dependencies need to be checked by Clutter itself, otherwise headers and libraries won't be found.
This commit is contained in:
parent
ba786d4fae
commit
0f78357a5f
@ -226,7 +226,7 @@ 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-server"
|
||||
BACKEND_PC_FILES="$BACKEND_PC_FILES wayland-egl wayland-server libdrm gbm"
|
||||
SUPPORT_WAYLAND_COMPOSITOR=1
|
||||
CLUTTER_CONFIG_DEFINES="$CLUTTER_CONFIG_DEFINES
|
||||
#define CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT 1"
|
||||
|
Loading…
Reference in New Issue
Block a user