From 85df211c174da9b266089fbf1c9f853a86ebdde4 Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Sat, 5 Aug 2017 11:53:44 +0700 Subject: 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 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 Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../recipes-graphics/xorg-server/xserver-xorg_1.19.%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-rcar-gen3/recipes-graphics/xorg-server/xserver-xorg_1.19.%.bbappend (limited to 'meta-rcar-gen3/recipes-graphics') 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" -- cgit 1.2.3-korg