Rename wayland-compositor to weston
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Jan 2012 15:29:47 +0000 (10:29 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Jan 2012 16:04:04 +0000 (11:04 -0500)
commit8334bc1ef946f76c8cd47a818c397010634a1959
tree9da587e4359c87c9c91997541d05b62a7ea0d794
parent4c61747a1ffea8a1e199cbd314d6aed7b9f9c5b2
Rename wayland-compositor to weston

This rename addresses a few problems around the split between core
Wayland and the wayland-demos repository.

1) Initially, we had one big repository with protocol code, sample
compositor and sample clients.  We split that repository to make it
possible to implement the protocol without pulling in the sample/demo
code.  At this point, the compositor is more than just a "demo" and
wayland-demos doesn't send the right message.  The sample compositor
is a useful, self-contained project in it's own right, and we want to
move away from the "demos" label.

2) Another problem is that the wayland-demos compositor is often
called "the wayland compsitor", but it's really just one possible
compositor.  Existing X11 compositors are expected to add Wayland
support and then gradually phase out/modularize the X11 support, for
example.  Conversely, it's hard to talk about the wayland-demos
compositor specifically as opposed to, eg, the wayland protocol or a
wayland compositor in general.

We are also renaming the repo to weston, and the compositor
subdirectory to src/, to emphasize that the main "output" is the
compositor.
26 files changed:
Makefile.am
clients/Makefile.am
compositor/compositor.h [deleted file]
configure.ac
data/Makefile.am
src/.gitignore [moved from compositor/.gitignore with 100% similarity]
src/Makefile.am [moved from compositor/Makefile.am with 93% similarity]
src/compositor-drm.c [moved from compositor/compositor-drm.c with 94% similarity]
src/compositor-openwfd.c [moved from compositor/compositor-openwfd.c with 100% similarity]
src/compositor-wayland.c [moved from compositor/compositor-wayland.c with 92% similarity]
src/compositor-x11.c [moved from compositor/compositor-x11.c with 93% similarity]
src/compositor.c [moved from compositor/compositor.c with 78% similarity]
src/compositor.h [new file with mode: 0644]
src/data-device.c [moved from compositor/data-device.c with 83% similarity]
src/evdev.c [moved from compositor/evdev.c with 96% similarity]
src/evdev.h [moved from compositor/evdev.h with 83% similarity]
src/hash.c [moved from compositor/hash.c with 100% similarity]
src/hash.h [moved from compositor/hash.h with 100% similarity]
src/image-loader.c [moved from compositor/image-loader.c with 100% similarity]
src/screenshooter.c [moved from compositor/screenshooter.c with 94% similarity]
src/shell.c [moved from compositor/shell.c with 86% similarity]
src/switcher.c [moved from compositor/switcher.c with 71% similarity]
src/tablet-shell.c [moved from compositor/tablet-shell.c with 82% similarity]
src/tty.c [moved from compositor/tty.c with 97% similarity]
src/util.c [moved from compositor/util.c with 65% similarity]
src/xserver-launcher.c [moved from compositor/xserver-launcher.c with 85% similarity]