From 119bdf90c701569b0c4b57e3fc87bf38b1a948cb Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 6 Mar 2014 12:36:22 +0000 Subject: [PATCH] efl: Fix installing ecore-drm pkgconfig file @bugfix: If we build with ecore-drm support, let's install the pkgconfig file yes ? :) Signed-off-by: Chris Michael --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6ab7ae9cea..380b930fde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -200,6 +200,10 @@ if HAVE_ECORE_FB pkgconfig_DATA += pc/ecore-fb.pc endif +if HAVE_ECORE_DRM +pkgconfig_DATA += pc/ecore-drm.pc +endif + if HAVE_PS3 pkgconfig_DATA += pc/ecore-psl1ght.pc endif