compositor-wayland: Correct output base make name

Change the output make value from "waywayland" to "wayland".

References: 90bc88c710

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Yong Bakos 2016-06-05 11:01:17 -05:00 committed by Bryce Harrington
parent 50d962fc07
commit e51647f802
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ wayland_output_create(struct wayland_backend *b, int x, int y,
return NULL;
output->name = name ? strdup(name) : NULL;
output->base.make = "waywayland";
output->base.make = "wayland";
output->base.model = "none";
output_width = width * scale;