compositor-android: fix build flags
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 1 Jun 2012 09:20:24 +0000 (12:20 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 1 Jun 2012 14:32:31 +0000 (10:32 -0400)
commitd95222e56f79c0602ab542300e0adf0c415cfaee
tree8a5b426e077cc721a208040f968937e902fa37a7
parent805667388b2f0d0210869daa512598819c7fb1bf
compositor-android: fix build flags

When adding a C++ file to the build, I forgot to set CXXFLAGS for it,
triggering the error:

android-framebuffer.h:26:21: fatal error: EGL/egl.h: No such file or
directory

I never hit this, because I have EGL headers installed also in my
system, rather than only in $prefix.

Fix this by setting the CXXFLAGS for the android backend.

Reported-by: Scott Moreau <oreaus@gmail.com>
Reported-by: Tiago Vignatti <tiago.vignatti@intel.com>
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
src/Makefile.am