summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Michael <devilhorns@comcast.net>2014-02-12 16:42:56 +0000
committerChris Michael <cp.michael@samsung.com>2014-02-28 13:12:56 +0000
commit06050df6cf7146d188e3282211cd56a0513d8e32 (patch)
tree678ef9a234b7efc5fb56a9d0bb424495b750d684 /Makefile.am
parentc52d47ba36c6fac98ea61cf83eccff247c623832 (diff)
downloadefl-06050df6cf7146d188e3282211cd56a0513d8e32.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
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