gl: Always include EGL_CFLAGS in GL_CFLAGS when EGL_LIBS is added to GL_LIBS
authorMart Raudsepp <leio@gentoo.org>
Wed, 16 Jul 2014 13:29:10 +0000 (16:29 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 16 Jul 2014 14:37:54 +0000 (16:37 +0200)
commit0bb6d22ffc094dcbe2f41d2b037b4f038d158636
treede2fe9c3615fe04e180daa5e9f18e5d98d63aea6
parent3a3568c3564b5c7752acd84c6b079a71bb69b6cb
gl: Always include EGL_CFLAGS in GL_CFLAGS when EGL_LIBS is added to GL_LIBS

They should be handled in tandem, in case any EGL provider could require some
CFLAGS and set them (possibly once moved to prefer pkg-config files),
such as for a custom header location.
configure.ac