diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-02 10:21:00 -0400 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-27 11:57:53 -0400 |
commit | a0d3b955bfa18e807ef1067aa612a63d99bf7681 (patch) | |
tree | 5a8b1671da7187b597f12b6b98e8e147ea3ac66e /Makefile.am | |
parent | 072674dbe2118a26d8616b56b4169a6e543805ef (diff) | |
download | efl-a0d3b955bfa18e807ef1067aa612a63d99bf7681.tar.gz |
ecore-drm2: Add start of Ecore_Drm2 library
This new library is going to replace the existing Ecore_Drm. This will
refactor a lot of the code, bring improvements over the existing API,
and provide additional support for missing features.
@feature
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 564f332993..1efae6ed10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -290,6 +290,10 @@ if HAVE_ELPUT pkgconfig_DATA += pc/elput.pc endif +if HAVE_ECORE_DRM2 +pkgconfig_DATA += pc/ecore-drm2.pc +endif + # Cmake configs: efl_cmakeconfigdir = $(libdir)/cmake/Efl/ efl_cmakeconfig_DATA = \ |