diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-27 17:59:12 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-29 16:10:03 -0600 |
commit | 20d809ad97104d228672ce15be5ce0abf489bbbe (patch) | |
tree | a1b0ba9e0131692c8e408f9860a5322d60c25451 /recipes-graphics/wayland/weston/xwayland.weston-start | |
parent | 9bfbf2b84e1bedb8a2d3aab67493ac2877c86491 (diff) | |
download | meta-freescale-20d809ad97104d228672ce15be5ce0abf489bbbe.tar.gz |
weston: Update base portion of recipe
Update the base portion of the i.MX fork recipe to the latest OE-core
recipe c8aa0222ce2be647911114aaebcbb0d55d7caf87.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/weston/xwayland.weston-start')
-rw-r--r-- | recipes-graphics/wayland/weston/xwayland.weston-start | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston/xwayland.weston-start b/recipes-graphics/wayland/weston/xwayland.weston-start index b483c97c..db384b1a 100644 --- a/recipes-graphics/wayland/weston/xwayland.weston-start +++ b/recipes-graphics/wayland/weston/xwayland.weston-start | |||
@@ -2,6 +2,4 @@ | |||
2 | 2 | ||
3 | if type Xwayland >/dev/null 2>/dev/null; then | 3 | if type Xwayland >/dev/null 2>/dev/null; then |
4 | mkdir -p /tmp/.X11-unix | 4 | mkdir -p /tmp/.X11-unix |
5 | |||
6 | add_weston_argument "--modules=xwayland.so" | ||
7 | fi | 5 | fi |