diff options
| -rw-r--r-- | meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb index 75f9fb05fd..051fd85941 100644 --- a/meta/recipes-graphics/wayland/weston_9.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb | |||
| @@ -26,6 +26,8 @@ REQUIRED_DISTRO_FEATURES = "opengl" | |||
| 26 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" | 26 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" |
| 27 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 27 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |
| 28 | 28 | ||
| 29 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" | ||
| 30 | |||
| 29 | WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" | 31 | WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" |
| 30 | 32 | ||
| 31 | EXTRA_OEMESON += "-Dbackend-default=auto -Dbackend-rdp=false -Dpipewire=false" | 33 | EXTRA_OEMESON += "-Dbackend-default=auto -Dbackend-rdp=false -Dpipewire=false" |
