diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2017-08-16 18:59:12 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:20:15 +0200 |
commit | 79cf0b6441af8746e4129e7ae807aa0f6a97e675 (patch) | |
tree | fe76e4cf62414368585e7aee5ea733adb5b6f4c5 | |
parent | ad16a469ea8eaf7cb5a5e0440eaba0d8b5920ee4 (diff) |
xserver-xorg: remove glamor in PACKAGECONFIG
Glamor requires the api gbm_bo_get_fd() which is not provided by libgbm
and therefore results in a build error. As glamor is not required in the
current environment disable it.
Change based on the work of Thao Nguyen.
Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend new file mode 100644 index 0000000..918407d --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_remove = "glamor" |