weston: disable rdp as it pulls in some big dependencies#1230
Merged
otavio merged 1 commit intoFreescale:masterfrom Sep 28, 2022
Merged
weston: disable rdp as it pulls in some big dependencies#1230otavio merged 1 commit intoFreescale:masterfrom
otavio merged 1 commit intoFreescale:masterfrom
Conversation
The weston_10.0.0.imx now depends on freerdp which in turn pulls
some unrelated big dependencies like cups and gstreamer.
| # meta-freescale/recipes-graphics/wayland/weston_10.0.0.imx.bb
| PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp"
|
| PACKAGECONFIG:append = " \
| rdp \
| ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
| # meta-openembedded/meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb
| PACKAGECONFIG ??= " \
| ${@bb.utils.filter('DISTRO_FEATURES', 'directfb pam pulseaudio wayland x11', d)}\
| gstreamer cups pcsc \
| "
|
| PACKAGECONFIG[cups] = "-DWITH_CUPS=ON,-DWITH_CUPS=OFF,cups"
| PACKAGECONFIG[gstreamer] = "-DWITH_GSTREAMER_1_0=ON,-DWITH_GSTREAMER_1_0=OFF,gstreamer1.0 gstreamer1.0-plugins-base"
Signed-off-by: Jose Quaresma <[email protected]>
otavio
approved these changes
Sep 28, 2022
angolini
approved these changes
Sep 28, 2022
Member
angolini
left a comment
There was a problem hiding this comment.
Thanks a lot, José! Great PR!
Contributor
|
Successfully created backport PR #1231 for |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The
weston_10.0.0.imxnow depends onfreerdpwhich in turn pulls some unrelated big dependencies likecupsandgstreamer.Signed-off-by: Jose Quaresma [email protected]