diff options
| -rw-r--r-- | meta/recipes-graphics/wayland/weston_1.10.0.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.10.0.bb b/meta/recipes-graphics/wayland/weston_1.10.0.bb index d3e2607110..16e961de3f 100644 --- a/meta/recipes-graphics/wayland/weston_1.10.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.10.0.bb | |||
| @@ -24,9 +24,6 @@ DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" | |||
| 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 | EXTRA_OECONF = "--enable-setuid-install \ | 26 | EXTRA_OECONF = "--enable-setuid-install \ |
| 27 | --enable-simple-clients \ | ||
| 28 | --enable-clients \ | ||
| 29 | --enable-demo-clients-install \ | ||
| 30 | --disable-rpi-compositor \ | 27 | --disable-rpi-compositor \ |
| 31 | --disable-rdp-compositor \ | 28 | --disable-rdp-compositor \ |
| 32 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE} \ | 29 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE} \ |
| @@ -43,7 +40,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev | |||
| 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 40 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
| 44 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \ | 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \ |
| 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
| 46 | " | 43 | clients" |
| 47 | # | 44 | # |
| 48 | # Compositor choices | 45 | # Compositor choices |
| 49 | # | 46 | # |
| @@ -77,6 +74,8 @@ PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd | |||
| 77 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo" | 74 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo" |
| 78 | # colord CMS support | 75 | # colord CMS support |
| 79 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" | 76 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" |
| 77 | # Clients support | ||
| 78 | PACKAGECONFIG[clients] = "--enable-clients --enable-simple-clients --enable-demo-clients-install,--disable-clients --disable-simple-clients" | ||
| 80 | 79 | ||
| 81 | do_install_append() { | 80 | do_install_append() { |
| 82 | # Weston doesn't need the .la files to load modules, so wipe them | 81 | # Weston doesn't need the .la files to load modules, so wipe them |
