diff options
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_8.0.0.bb | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/weston_8.0.0.bb b/meta/recipes-graphics/wayland/weston_8.0.0.bb index f8e9e15f84..8fef864827 100644 --- a/meta/recipes-graphics/wayland/weston_8.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_8.0.0.bb | |||
@@ -20,7 +20,7 @@ inherit meson pkgconfig useradd features_check | |||
20 | # depends on virtual/egl | 20 | # depends on virtual/egl |
21 | REQUIRED_DISTRO_FEATURES = "opengl" | 21 | REQUIRED_DISTRO_FEATURES = "opengl" |
22 | 22 | ||
23 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" | 23 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" |
24 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 24 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |
25 | 25 | ||
26 | WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" | 26 | WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" |
@@ -31,7 +31,13 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev | |||
31 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ | 31 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ |
32 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd x11', d)} \ | 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd x11', d)} \ |
33 | ${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'headless', d)} \ | 33 | ${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'headless', d)} \ |
34 | launch" | 34 | launch \ |
35 | image-jpeg \ | ||
36 | screenshare \ | ||
37 | shell-desktop \ | ||
38 | shell-fullscreen \ | ||
39 | shell-ivi" | ||
40 | |||
35 | # | 41 | # |
36 | # Compositor choices | 42 | # Compositor choices |
37 | # | 43 | # |
@@ -67,6 +73,16 @@ PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clie | |||
67 | PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer-1.0" | 73 | PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer-1.0" |
68 | # Weston with PAM support | 74 | # Weston with PAM support |
69 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" | 75 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" |
76 | # Weston with screen-share support | ||
77 | PACKAGECONFIG[screenshare] = "-Dscreenshare=true,-Dscreenshare=false" | ||
78 | # Traditional desktop shell | ||
79 | PACKAGECONFIG[shell-desktop] = "-Dshell-desktop=true,-Dshell-desktop=false" | ||
80 | # Fullscreen shell | ||
81 | PACKAGECONFIG[shell-fullscreen] = "-Dshell-fullscreen=true,-Dshell-fullscreen=false" | ||
82 | # In-Vehicle Infotainment (IVI) shell | ||
83 | PACKAGECONFIG[shell-ivi] = "-Dshell-ivi=true,-Dshell-ivi=false" | ||
84 | # JPEG image loading support | ||
85 | PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" | ||
70 | 86 | ||
71 | do_install_append() { | 87 | do_install_append() { |
72 | # Weston doesn't need the .la files to load modules, so wipe them | 88 | # Weston doesn't need the .la files to load modules, so wipe them |