From 0f78357a5fa30c953f59f4559b6401f7581ab6f4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 28 Apr 2016 12:39:02 +0100 Subject: [PATCH] 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. --- clutter/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/configure.ac b/clutter/configure.ac index c57324c5d..3fb791a87 100644 --- a/clutter/configure.ac +++ b/clutter/configure.ac @@ -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"