|
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>
|