configure: separate simple EGL clients from others
authorPekka Paalanen <ppaalanen@gmail.com>
Tue, 16 Oct 2012 14:27:20 +0000 (17:27 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 16 Oct 2012 14:48:19 +0000 (10:48 -0400)
commit5f8a67cce8e5a83ab52aaa9626039a74844e7ee4
tree685442c5eac723a06e9c5a2b836ac6b98a00ed7b
parentfb39d8d23cc445ecb1306484490da34589f0e3e9
configure: separate simple EGL clients from others

Separate simple EGL clients from other simple clients. This allows to
build either simple-shm or simple-egl, whichever you want. We avoid
linking libEGL and GLESv2 into simple-shm, and we can build simple-shm
even if nothing provides EGL, GLESv2, or wayland-egl APIs.

Change the options in configure --help from --enable to --disable, since
these are enabled by default, and you would normally only ever give the
--disable flavor. Add descriptions.

Remove the #define BUILD_SIMPLE_CLIENTS since it is not used.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/Makefile.am
configure.ac