From f825def623f4201e3bef82360d33fe68c4f0fe6d Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 29 Dec 2022 15:55:49 +0000 Subject: [PATCH] README: Delete packager-guidance section To the extent that it's accurate, it's already obvious. Packagers have figured out how to package it anyway. Signed-off-by: Daniel Stone --- README.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/README.md b/README.md index 780d401e..30d8306d 100644 --- a/README.md +++ b/README.md @@ -303,46 +303,3 @@ Details: - xwayland ??? There are still many more details to be decided. - - -For packagers -------------- - -The Weston project is (will be) intended to be split into several -binary packages, each with its own dependencies. The maximal split -would be roughly like this: - -- libweston (minimal dependencies): - + headless backend - + wayland backend - -- gl-renderer (depends on GL libs etc.) - -- drm-backend (depends on libdrm, libgbm, libudev, libinput, ...) - -- x11-backend (depends of X11/xcb libs) - -- xwayland (depends on X11/xcb libs) - -- rdp-backend (depends on freerdp) - -- weston (the executable, not parallel-installable): - + desktop shell - + ivi-shell - + fullscreen shell - + weston-terminal, etc. we install by default - + screen-share - -- weston demos (not parallel-installable) - + weston-simple-* programs - + possibly all the programs we build but do not install by - default - -- and possibly more... - -Everything should be parallel-installable across libweston major -ABI-versions (libweston-1.so, libweston-2.so, etc.), except those -explicitly mentioned. - -Weston's build may not sanely allow this yet, but this is the -intention.