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) |
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 | |||
179 | pkgconfig_DATA += pc/evas-fb.pc | 179 | pkgconfig_DATA += pc/evas-fb.pc |
180 | endif | 180 | endif |
181 | 181 | ||
182 | if BUILD_ENGINE_EGLFS | ||
183 | pkgconfig_DATA += pc/evas-eglfs.pc | ||
184 | endif | ||
185 | |||
182 | if BUILD_ENGINE_BUFFER | 186 | if BUILD_ENGINE_BUFFER |
183 | pkgconfig_DATA += pc/evas-software-buffer.pc | 187 | pkgconfig_DATA += pc/evas-software-buffer.pc |
184 | endif | 188 | endif |