diff options
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 = \ |