projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52d47b
)
evas-drm: Forgot to install the evas drm engine pkgconfig file
author
Chris Michael
<devilhorns@comcast.net>
Wed, 12 Feb 2014 16:42:56 +0000
(16:42 +0000)
committer
Chris Michael
<cp.michael@samsung.com>
Fri, 28 Feb 2014 13:12:56 +0000
(13:12 +0000)
@bugfix: Fix install of evas drm engine pkgconfig file
Signed-off-by: Chris Michael <devilhorns@comcast.net>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index db28c44ec205ebba094472f243964c38ec61d22e..6ab7ae9ceae33bbf848b309d7341bc81a99d8634 100644
(file)
--- 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