From eff0e37947d939dc26a2a9997ca79d3d8b5effae Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Wed, 24 Jun 2015 15:18:11 +0200 Subject: [PATCH] ecore-buffer: fix that installing pkgconfig when ecore_buffer is enabled. Summary: ecore-buffer.pc file should be installed when ecore_buffer is enabled. Reviewers: gwanglim, devilhorns Reviewed By: devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2761 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e172405033..8d2425b01c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,6 @@ pc/ecore-imf.pc \ pc/ecore-imf-evas.pc \ pc/ecore-evas.pc \ pc/ecore-avahi.pc \ -pc/ecore-buffer.pc \ pc/ector.pc \ pc/embryo.pc \ pc/eio.pc \ @@ -263,6 +262,10 @@ if HAVE_ECORE_AUDIO pkgconfig_DATA += pc/ecore-audio.pc pc/ecore-audio-cxx.pc endif +if HAVE_ECORE_BUFFER +pkgconfig_DATA += pc/ecore-buffer.pc +endif + # Cmake configs: efl_cmakeconfigdir = $(libdir)/cmake/Efl/ efl_cmakeconfig_DATA = \