- Normalize naming to Wayland and Wayland with XWayland. - Remove un-necessary whitespace
Signed-off-by: Tom Hochstein <[email protected]> --- conf/distro/fsl-wayland.conf | 4 ++-- conf/distro/fsl-xwayland.conf | 6 +++--- conf/distro/fslc-wayland.conf | 4 ++-- conf/distro/fslc-xwayland.conf | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/conf/distro/fsl-wayland.conf b/conf/distro/fsl-wayland.conf index cefaa82..79e00b3 100644 --- a/conf/distro/fsl-wayland.conf +++ b/conf/distro/fsl-wayland.conf @@ -1,4 +1,4 @@ -# FSL Distro for Wayland without X11. +# FSL Distro for Wayland. require conf/distro/include/fsl-base.inc @@ -6,5 +6,5 @@ DISTRO = "fsl-wayland" DISTRO_NAME = "FSL Wayland" # Remove conflicting backends -DISTRO_FEATURES_remove = "directfb x11 " +DISTRO_FEATURES_remove = "directfb x11" DISTRO_FEATURES_append = " wayland" diff --git a/conf/distro/fsl-xwayland.conf b/conf/distro/fsl-xwayland.conf index d940d36..5a67287 100644 --- a/conf/distro/fsl-xwayland.conf +++ b/conf/distro/fsl-xwayland.conf @@ -1,10 +1,10 @@ -# FSL Distro for Wayland with X11. +# FSL Distro for Wayland with XWayland. require conf/distro/include/fsl-base.inc DISTRO = "fsl-xwayland" -DISTRO_NAME = "FSL Wayland X11" +DISTRO_NAME = "FSL Wayland with XWayland" # Remove conflicting backends -DISTRO_FEATURES_remove = "directfb " +DISTRO_FEATURES_remove = "directfb" DISTRO_FEATURES_append = " x11 wayland" diff --git a/conf/distro/fslc-wayland.conf b/conf/distro/fslc-wayland.conf index 9114621..ee0016b 100644 --- a/conf/distro/fslc-wayland.conf +++ b/conf/distro/fslc-wayland.conf @@ -1,4 +1,4 @@ -# FSLC Distro for Wayland without X11. +# FSLC Distro for Wayland. require conf/distro/include/fslc-base.inc @@ -6,5 +6,5 @@ DISTRO = "fslc-wayland" DISTRO_NAME = "FSLC Wayland" # Remove conflicting backends -DISTRO_FEATURES_remove = "directfb x11 " +DISTRO_FEATURES_remove = "directfb x11" DISTRO_FEATURES_append = " wayland" diff --git a/conf/distro/fslc-xwayland.conf b/conf/distro/fslc-xwayland.conf index ff7a744..14a09c1 100644 --- a/conf/distro/fslc-xwayland.conf +++ b/conf/distro/fslc-xwayland.conf @@ -1,10 +1,10 @@ -# FSLC Distro for Wayland with X11. +# FSLC Distro for Wayland with XWayland. require conf/distro/include/fslc-base.inc DISTRO = "fslc-xwayland" -DISTRO_NAME = "FSLC Wayland X11" +DISTRO_NAME = "FSLC Wayland with XWayland" # Remove conflicting backends -DISTRO_FEATURES_remove = "directfb " +DISTRO_FEATURES_remove = "directfb" DISTRO_FEATURES_append = " x11 wayland" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
