Move weston source to compositor/
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 3 Jun 2016 13:45:21 +0000 (16:45 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 23 Jun 2016 14:44:54 +0000 (17:44 +0300)
commit58f98c99f533440a6ad996c299d74642659c51f2
tree0fdc6bf17ee6774d3eda8a0acce197c50151f069
parenta1046adc6603054187dc10ecaeee0ce271fcedec
Move weston source to compositor/

This is the start of separating weston-the-compositor source files from
libweston source files.

This is moving all the files related to the 'weston' binary. Also the
CMS and systemd plugins are moved.

xwayland plugin is not moved, because it will be turned into a
libweston feature.

To avoid breaking the build, #includes for weston.h are fixed to use
compositor/weston.h. This serves as a reminder that such files may need
further attention: moving to the right directory, or maybe using the
proper -I flags instead.

v2: Move also screen-share.c, and add a note about weston-launch.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Tested-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Tested-by: Benoit Gschwind <gschwind@gnu-log.net>
Acked-by: Benoit Gschwind <gschwind@gnu-log.net>
[Pekka: rebased]
23 files changed:
Makefile.am
README
compositor/cms-colord.c [moved from src/cms-colord.c with 100% similarity]
compositor/cms-helper.c [moved from src/cms-helper.c with 100% similarity]
compositor/cms-helper.h [moved from src/cms-helper.h with 100% similarity]
compositor/cms-static.c [moved from src/cms-static.c with 100% similarity]
compositor/main.c [moved from src/main.c with 100% similarity]
compositor/screen-share.c [moved from src/screen-share.c with 100% similarity]
compositor/systemd-notify.c [moved from src/systemd-notify.c with 100% similarity]
compositor/text-backend.c [moved from src/text-backend.c with 100% similarity]
compositor/weston-screenshooter.c [moved from src/weston-screenshooter.c with 100% similarity]
compositor/weston.desktop [moved from src/weston.desktop with 100% similarity]
compositor/weston.h [moved from src/weston.h with 100% similarity]
compositor/weston.pc.in [moved from src/weston.pc.in with 100% similarity]
configure.ac
desktop-shell/shell.c
ivi-shell/hmi-controller.c
ivi-shell/ivi-layout.c
ivi-shell/ivi-shell.c
tests/ivi_layout-test-plugin.c
tests/weston-test.c
xwayland/launcher.c
xwayland/xwayland.h