Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta-seconorth-distro
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
layers
meta-seconorth-distro
Merge requests
!594
conf:seconorth-wayland: Add x11 to DISTRO_FEATURES
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
conf:seconorth-wayland: Add x11 to DISTRO_FEATURES
enable_xwayland_by_default
into
kirkstone
Overview
1
Commits
2
Pipelines
2
Changes
2
Merged
Felix Gerking
requested to merge
enable_xwayland_by_default
into
kirkstone
1 year ago
Overview
1
Commits
2
Pipelines
2
Changes
2
Expand
We decided to enable Xwayland by default.
0
0
Merge request reports
Compare
kirkstone
version 1
4b832226
1 year ago
kirkstone (base)
and
latest version
latest version
39a12035
2 commits,
1 year ago
version 1
4b832226
1 commit,
1 year ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
conf/distro/seconorth-wayland.conf
+
2
−
2
Options
@@ -11,8 +11,8 @@ DISTRO_FEATURES_DEFAULT:remove = "x11 bluetooth"
DISTRO_FEATURES
:
remove
=
"bluez5 gobject-introspection-data pulseaudio directfb"
DISTRO_FEATURES_BACKFILL_CONSIDERED
+=
"bluetooth bluez5 gobject-introspection-data pulseaudio"
# Add support for wayland
DISTRO_FEATURES
:
append
=
" wayland"
# Add support for wayland
and Xwayland
DISTRO_FEATURES
:
append
=
" wayland
x11
"
# Add opengl
DISTRO_FEATURES
:
append
=
" opengl vulkan"
Loading