if available, use wl output (nested) for wayland compositor creation

this defaults to using a nested compositor as the first choice:
harmless if it fails to create an output
This commit is contained in:
Mike Blumenkrantz 2016-01-18 14:52:53 -05:00
parent 262b303984
commit 4d717df870
1 changed files with 3 additions and 0 deletions

View File

@ -1110,6 +1110,9 @@ e_comp_init(void)
{
const char **test, *eng[] =
{
#ifdef USE_MODULE_WL_WL
"wl_wl",
#endif
#ifdef HAVE_WL_DRM
"wl_drm",
#endif