diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-05 11:53:44 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | 85df211c174da9b266089fbf1c9f853a86ebdde4 (patch) | |
tree | cd408d4d1172d18b04540996bba616328739fa1e /meta-rcar-gen3/recipes-graphics/xorg-server | |
parent | fbf122af2ad9feae8ad30d9ded0852caebe51468 (diff) |
rcar-gen3: xserver-xorgs: Remove glamor in PACKAGECONFIG
Glamor was enabled by default by below commit:
Title : xserver-xorg: Enable glamor by default
Auther: Saul Wold <sgw@linux.intel.com>
Commit: 837fd055117f2e4c5c40162abe2e04eaabfeacde
However, with current env, this feature will get following error:
| checking for linux/apm_bios.h... yes
| checking for xf86dgaproto >= 2.0.99.1... yes
| checking for xf86dgaproto >= 2.0.99.1... yes
| checking for xf86dgaproto >= 2.0.99.1 xf86vidmodeproto >= 2.2.99.1... yes
| checking for epoxy... yes
| checking for "gbm >= 10.2.0"... no
| configure: error: Glamor for Xorg requires gbm >= 10.2
Glamor is not necessary with current env, so disable it.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/xorg-server')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/xorg-server/xserver-xorg_1.19.%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/xorg-server/xserver-xorg_1.19.%.bbappend b/meta-rcar-gen3/recipes-graphics/xorg-server/xserver-xorg_1.19.%.bbappend new file mode 100644 index 0000000..cfc2714 --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/xorg-server/xserver-xorg_1.19.%.bbappend @@ -0,0 +1,3 @@ +# Glamor for Xorg requires gbm >= 10.2.0. +# Glamor is not necessary with current env, so disable it. +PACKAGECONFIG_remove = "glamor" |