diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2020-03-27 12:48:45 +0900 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2020-05-04 18:17:34 +0900 |
commit | f562f6ae2c2eb810ff8fc9a45aee0f9c16b7731a (patch) | |
tree | 8ccbf61c882597899405f516b6fcd4af86e63e5b /meta-rcar-gen3 | |
parent | f9bd5c0b0e054dffeb81b333a1c3f93c6a3b7f7a (diff) |
rcar-gen3: weston: Drop deprecated option
The option "simple-dmabuf-drm" is unrecognised in Weston 8.0.0.
This commit drops the option to avoid the following build error:
| ERROR: weston-8.0.0-r0 do_configure: QA Issue: weston: configure was passed unrecognised options: simple-dmabuf-drm [unknown-configure-option]
| ERROR: weston-8.0.0-r0 do_configure: Fatal QA errors found, failing task.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: If0f2ee6317c3e7206fb84976af8962611e89c037
Diffstat (limited to 'meta-rcar-gen3')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend index 31e0495..4fab566 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend @@ -2,7 +2,6 @@ require include/gles-control.inc require include/multimedia-control.inc PACKAGECONFIG_remove_virtclass-multilib-lib32 = "launch" -PACKAGECONFIG_CONFARGS_append_rcar-gen3 = " -Dsimple-dmabuf-drm=auto" DEPENDS_append_rcar-gen3 = " \ ${@oe.utils.conditional('USE_GLES', '1', ' libgbm', '', d)}" |