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
This commit is contained in:
Seunghun Lee 2015-06-24 15:18:11 +02:00 committed by Stefan Schmidt
parent 1e2fd2be07
commit eff0e37947
1 changed files with 4 additions and 1 deletions

View File

@ -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 = \