diff options
author | Seunghun Lee <shiin.lee@samsung.com> | 2015-06-24 15:18:11 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-06-24 15:18:12 +0200 |
commit | eff0e37947d939dc26a2a9997ca79d3d8b5effae (patch) | |
tree | 5f476d97858f0b1d921623175432ad50d3a31868 /Makefile.am | |
parent | 1e2fd2be0717f5a51943a8ce58c26fdab13305b1 (diff) | |
download | efl-eff0e37947d939dc26a2a9997ca79d3d8b5effae.tar.gz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 = \ |