diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-compositor/50_local.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-compositor/README_feature_agl-compositor.md | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/templates/feature/agl-compositor/50_local.conf.inc b/templates/feature/agl-compositor/50_local.conf.inc new file mode 100644 index 000000000..be749b799 --- /dev/null +++ b/templates/feature/agl-compositor/50_local.conf.inc @@ -0,0 +1 @@ +DISTRO_FEATURES_append = " agl-compositor" diff --git a/templates/feature/agl-compositor/README_feature_agl-compositor.md b/templates/feature/agl-compositor/README_feature_agl-compositor.md new file mode 100644 index 000000000..4b5211ee7 --- /dev/null +++ b/templates/feature/agl-compositor/README_feature_agl-compositor.md @@ -0,0 +1,13 @@ +--- +description: Feature agl-compositor +authors: Daniel Stone <daniels@collabora.com> +--- + +### Feature agl-compositor + +_agl-compositor_ is a new Wayland display server framework, based on the +existing libweston library. It provides AGL users an extensible framework for +window/input/output management within the display server. + +It is included as a technology preview, and is not currently ready for +production use. |