cogl/configure.ac: Adds --enable-stub-winsys option
authorRobert Bragg <robert@linux.intel.com>
Mon, 18 Apr 2011 16:17:21 +0000 (17:17 +0100)
committerRobert Bragg <robert@linux.intel.com>
Thu, 5 May 2011 14:05:11 +0000 (15:05 +0100)
commit723e5de4b6390067b2e5af764cefae45392345cd
treef583b1b7771a21d30803a1f4ca55c361b3dd4542
parent799caeb588973ea4b64003efc31c9853a05d8f73
cogl/configure.ac: Adds --enable-stub-winsys option

We want to be able to split Cogl out as a standalone project but there
are still some window systems that aren't natively supported by Cogl.
This allows Clutter to support those window systems directly but still
work with a standalone Cogl library.

This also ensures we set the SUPPORT_STUB conditional in clutter's
configure.ac when building for win32/osx and wayland.
clutter/cogl/configure.ac
configure.ac