devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=06050df6cf7146d188e3282211cd56a0513d8e32
commit 06050df6cf7146d188e3282211cd56a0513d8e32 Author: Chris Michael <[email protected]> Date: Wed Feb 12 16:42:56 2014 +0000 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 <[email protected]> --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index db28c44..6ab7ae9 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 --
