stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eff0e37947d939dc26a2a9997ca79d3d8b5effae

commit eff0e37947d939dc26a2a9997ca79d3d8b5effae
Author: Seunghun Lee <shiin....@samsung.com>
Date:   Wed Jun 24 15:18:11 2015 +0200

    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 e172405..8d2425b 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 = \

-- 


Reply via email to