From 825a3d837a33f226c879cd02ad15c3fba57e8b2c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:30:42 +1000 Subject: Update the EFL to what I'm actually using, coz I'm using some stuff not yet released. --- libraries/evas/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libraries/evas/Makefile.am') diff --git a/libraries/evas/Makefile.am b/libraries/evas/Makefile.am index 665f988..b42e7f9 100644 --- a/libraries/evas/Makefile.am +++ b/libraries/evas/Makefile.am @@ -45,6 +45,8 @@ evas-direct3d.pc.in \ evas-software-16-wince.pc.in \ evas-software-sdl.pc.in \ evas-psl1ght.pc.in \ +evas-wayland-shm.pc.in \ +evas-wayland-egl.pc.in \ evas.spec.in \ evas.spec \ m4/efl_attribute.m4 \ @@ -127,6 +129,14 @@ if BUILD_ENGINE_PSL1GHT pkgconfig_DATA += evas-psl1ght.pc endif +if BUILD_ENGINE_WAYLAND_SHM +pkgconfig_DATA += evas-wayland-shm.pc +endif + +if BUILD_ENGINE_WAYLAND_EGL +pkgconfig_DATA += evas-wayland-egl.pc +endif + .PHONY: doc coverage doc: -- cgit v1.1