From 06050df6cf7146d188e3282211cd56a0513d8e32 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 12 Feb 2014 16:42:56 +0000 Subject: [PATCH] evas-drm: Forgot to install the evas drm engine pkgconfig file @bugfix: Fix install of evas drm engine pkgconfig file Signed-off-by: Chris Michael --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index db28c44ec2..6ab7ae9cea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,10 @@ if BUILD_ENGINE_WAYLAND_EGL pkgconfig_DATA += pc/evas-wayland-egl.pc endif +if BUILD_ENGINE_DRM +pkgconfig_DATA += pc/evas-drm.pc +endif + if HAVE_ECORE_COCOA pkgconfig_DATA += pc/ecore-cocoa.pc endif