diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-05-03 13:03:08 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-09-24 08:16:25 +0700 |
commit | dbfd499257183b664f8d1a1f64c161083320c2e0 (patch) | |
tree | dd76501b35fa308a41c2856d306310f201329a30 /meta-rcar-gen3/recipes-graphics | |
parent | 65e2825fda6763fd109c5322dd08a74640645a0f (diff) |
rcar-gen3: cairo: Add dependence on gles-user-module
This commit sets Cairo depends on gles-user-module to fix missing header
issue.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ib8773fccd2fbe883d2015e92964f3ceec915b1f9
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/cairo/cairo_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/cairo/cairo_%.bbappend b/meta-rcar-gen3/recipes-graphics/cairo/cairo_%.bbappend new file mode 100644 index 0000000..ed7e177 --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/cairo/cairo_%.bbappend @@ -0,0 +1,3 @@ +require include/gles-control.inc + +DEPENDS_append = "${@ ' gles-user-module' if '${USE_GLES_WAYLAND}' == '1' else ''}" |