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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-06 12:36:22 +00:00
parent 48fdee12ec
commit 119bdf90c7
1 changed files with 4 additions and 0 deletions

View File

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