diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.11.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb index 44842f8a01..0d9a12993f 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb | |||
@@ -34,8 +34,7 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ | |||
34 | --enable-pthreads \ | 34 | --enable-pthreads \ |
35 | --enable-sdl-dlopen \ | 35 | --enable-sdl-dlopen \ |
36 | --disable-rpath \ | 36 | --disable-rpath \ |
37 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE}" | 37 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT}" |
38 | EXTRA_OECONF[vardepsexclude] = "MACHINE" | ||
39 | 38 | ||
40 | # opengl packageconfig factored out to make it easy for distros | 39 | # opengl packageconfig factored out to make it easy for distros |
41 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL | 40 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL |
diff --git a/meta/recipes-graphics/wayland/weston_1.11.1.bb b/meta/recipes-graphics/wayland/weston_1.11.1.bb index 7e75cf7a0d..2736cc1c87 100644 --- a/meta/recipes-graphics/wayland/weston_1.11.1.bb +++ b/meta/recipes-graphics/wayland/weston_1.11.1.bb | |||
@@ -28,10 +28,8 @@ DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | |||
28 | EXTRA_OECONF = "--enable-setuid-install \ | 28 | EXTRA_OECONF = "--enable-setuid-install \ |
29 | --disable-rpi-compositor \ | 29 | --disable-rpi-compositor \ |
30 | --disable-rdp-compositor \ | 30 | --disable-rdp-compositor \ |
31 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE} \ | 31 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ |
32 | " | 32 | " |
33 | EXTRA_OECONF[vardepsexclude] = "MACHINE" | ||
34 | |||
35 | EXTRA_OECONF_append_qemux86 = "\ | 33 | EXTRA_OECONF_append_qemux86 = "\ |
36 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | 34 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ |
37 | " | 35 | " |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 6a13380c98..216ae64fc2 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -117,9 +117,8 @@ EXTRA_OECONF += "--with-fop=no \ | |||
117 | --sysconfdir=/etc/X11 \ | 117 | --sysconfdir=/etc/X11 \ |
118 | --localstatedir=/var \ | 118 | --localstatedir=/var \ |
119 | --with-xkb-output=/var/lib/xkb \ | 119 | --with-xkb-output=/var/lib/xkb \ |
120 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE} \ | 120 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ |
121 | " | 121 | " |
122 | EXTRA_OECONF[vardepsexclude] = "MACHINE" | ||
123 | 122 | ||
124 | PACKAGECONFIG ??= "dri2 udev ${XORG_CRYPTO} \ | 123 | PACKAGECONFIG ??= "dri2 udev ${XORG_CRYPTO} \ |
125 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx', '', d)} \ | 124 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx', '', d)} \ |