This repository was archived by the owner on Aug 5, 2022. It is now read-only.
X11#139
Merged
Merged
Conversation
Contributor
|
@jlaako These look good to me but I feel the commit msg headers are a bit misleading because we're not enabling anything by default. Perhaps reword both commits saying 'add .inc to help enable X11/Wayland' or something like that. while we're at it, perhaps rebase. I'll close #138 and let's take both Wayland/X11 in this PR. |
Add optional support for Wayland graphics through local.conf include. Since this changes DISTRO_FEATURES checked by multiple recipes, it cannot be static distro configuration. Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com>
Add optional support for X11 through a local.conf include file. Since this affects distro features, which in turn affect package configurations, an include file is suitable way to keep the support optional when building images. Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com>
Contributor
Author
|
Rebased & reworded |
Contributor
|
@jlaako thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note, this PR depends on PR #138 !