summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-01-03 10:29:47 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-01-03 11:04:04 -0500
commit8334bc1ef946f76c8cd47a818c397010634a1959 (patch)
tree9da587e4359c87c9c91997541d05b62a7ea0d794 /data
parent4c61747a1ffea8a1e199cbd314d6aed7b9f9c5b2 (diff)
downloadweston-8334bc1ef946f76c8cd47a818c397010634a1959.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index fbafceb8..c9193813 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,6 @@
-waylanddatadir = $(datadir)/wayland
+westondatadir = $(datadir)/weston
-dist_waylanddata_DATA = \
+dist_westondata_DATA = \
bottom_left_corner.png \
bottom_right_corner.png \
bottom_side.png \