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 <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2014-02-12 16:42:56 +00:00 committed by Chris Michael
parent c52d47ba36
commit 06050df6cf
1 changed files with 4 additions and 0 deletions

View File

@ -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