add missing fribidi flags to all engine modules.

SVN revision: 74889
This commit is contained in:
Carsten Haitzler 2012-08-05 23:59:02 +00:00
parent 1d1c51d258
commit c9f5e9d978
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/modules/engines \
@FREETYPE_CFLAGS@ \
@PIXMAN_CFLAGS@ \
@FRIBIDI_CFLAGS@ \
@EINA_CFLAGS@
if BUILD_ENGINE_SOFTWARE_16

View File

@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/modules/engines \
@FREETYPE_CFLAGS@ \
@PIXMAN_CFLAGS@ \
@FRIBIDI_CFLAGS@ \
@EINA_CFLAGS@
if BUILD_ENGINE_SOFTWARE_8

View File

@ -10,6 +10,7 @@ AM_CPPFLAGS = \
@FREETYPE_CFLAGS@ \
@PIXMAN_CFLAGS@ \
@EINA_CFLAGS@ \
@FRIBIDI_CFLAGS@ \
@evas_engine_wayland_shm_cflags@
if BUILD_ENGINE_WAYLAND_SHM