From 3b2074aa710a095c2379702334bfa125bcc1990a Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Wed, 22 Jul 2015 18:50:13 +0200 Subject: Adds support of the eglfs module in the autotools config --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.1