configure: support conditional compile of efl and extensions
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 27 Feb 2013 19:17:42 +0000 (11:17 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 27 Feb 2013 19:17:42 +0000 (11:17 -0800)
commitd2cbf73ae3006762ba36058f57671df2e78d9e3c
treea22b70cba84dad6bad1d39580e30118e182c6828
parentb79c942e08f9bf5c5e2e57e5f1d25dad0ca936dc
configure: support conditional compile of efl and extensions

Add --[disable|enable]-efl-tests to allow user to conditionally
compile the efl tests.  Without an explicit option specified by
the user, then autodetect whether efl tests can be compiled.

Add --[disable|enable]-weston-extensions to allow the user to
conditionally compile the weston wfits extension.  Without an
explicit option specified by the useer, then autodetect whether
the weston extensions can be compiled.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
configure.ac
src/Makefile.am
src/common/Makefile.am
src/core/Makefile.am
src/efl/Makefile.am
src/extensions/weston/Makefile.am