diff options
-rw-r--r-- | recipes-graphics/wayland/weston_%.bbappend | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index d5602c90..366398f0 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend | |||
@@ -27,14 +27,16 @@ PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}" | |||
27 | PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" | 27 | PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" |
28 | 28 | ||
29 | 29 | ||
30 | EXTRA_OECONF_IMX = " \ | 30 | EXTRA_OECONF_IMX_COMMON = " \ |
31 | --disable-libunwind \ | 31 | --disable-libunwind \ |
32 | --disable-xwayland-test \ | 32 | --disable-xwayland-test \ |
33 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | 33 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ |
34 | " | 34 | " |
35 | EXTRA_OECONF_IMX = "" | ||
36 | EXTRA_OECONF_IMX_imxpxp = "${EXTRA_OECONF_IMX_COMMON}" | ||
37 | EXTRA_OECONF_IMX_imxgpu2d = "${EXTRA_OECONF_IMX_COMMON}" | ||
35 | 38 | ||
36 | EXTRA_OECONF_append_imxpxp = " ${EXTRA_OECONF_IMX}" | 39 | EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}" |
37 | EXTRA_OECONF_append_imxgpu2d = " ${EXTRA_OECONF_IMX}" | ||
38 | 40 | ||
39 | # Use a intermediate step to configure the linking flags | 41 | # Use a intermediate step to configure the linking flags |
40 | IMXGPU_LIBS = "" | 42 | IMXGPU_LIBS = "" |