config error if you pass --enable-wayland-only or --enable-wayland-clients without...
authorGwanglim Lee <gl77.lee@samsung.com>
Sun, 11 May 2014 16:34:09 +0000 (12:34 -0400)
committerMike Blumenkrantz <zmike@samsung.com>
Sun, 11 May 2014 16:34:10 +0000 (12:34 -0400)
commit476e3653dbe115cb696b57f7d0250c372b049890
tree9b05a430cd01dd19e74eddd6419faa1641b16561
parent142829e819e82be0ab13c35423d0381409922d98
config error if you pass --enable-wayland-only or --enable-wayland-clients without wayland required packages to avoid later build fail

Summary:
You can get build error if you don't have required packages for wayland configuration such as pixman-1.
I think it would be good to know you about package error at configuration time.

Test Plan:
1. change your name of pixman-1.pc file temporarily.
2. also change your name of pixman.h file temporarily.
3. config e with --enable-wayland-clients option
4. make

Reviewers: raster, devilhorns, zmike

CC: cedric, stefan_schmidt
Differential Revision: https://phab.enlightenment.org/D782
configure.ac