diff options
author | Florent Revest <revestflo@gmail.com> | 2015-07-22 18:50:13 +0200 |
---|---|---|
committer | Nicolas Aguirre <aguirre.nicolas@gmail.com> | 2015-08-03 14:16:35 +0200 |
commit | 3b2074aa710a095c2379702334bfa125bcc1990a (patch) | |
tree | 2673713c2270e2b00060c28fe0b9b862640bd6f9 /Makefile.am | |
parent | 270215889d5ba4e93f9ec05cfa9a9510a345c96c (diff) | |
download | efl-3b2074aa710a095c2379702334bfa125bcc1990a.tar.gz |
Adds support of the eglfs module in the autotools config
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 56c298cb0b..0c9b634bb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,6 +179,10 @@ if BUILD_ENGINE_FB pkgconfig_DATA += pc/evas-fb.pc endif +if BUILD_ENGINE_EGLFS +pkgconfig_DATA += pc/evas-eglfs.pc +endif + if BUILD_ENGINE_BUFFER pkgconfig_DATA += pc/evas-software-buffer.pc endif |