We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a74449 commit 72c1d7cCopy full SHA for 72c1d7c
recipes/graphics/wayland/weston.yaml
@@ -68,12 +68,11 @@ buildScript: |
68
-Dbackend-drm=true \
69
-Drenderer-gl=true
70
71
- # install profile file
72
- install -D -m 0644 $<@weston/weston.sh@> \
73
- install/etc/profile.d/weston.sh
74
-
75
# add init script
76
if initIsAnySysvinit; then
+ # install profile file
+ install -D -m 0644 $<@weston/weston.sh@> \
+ install/etc/profile.d/weston.sh
77
install -D -m 0755 $<@weston/S80weston.sh@> \
78
install/etc/init.d/S80weston.sh
79
fi
0 commit comments