From: Arnout Vandecappelle Date: Wed, 12 Apr 2017 12:56:26 +0000 (+0200) Subject: minnowboard_max-graphical defconfig: remove deprecated AIGLX option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a6cc77ff732270a993a7b127271f4110abf2f08;p=buildroot.git minnowboard_max-graphical defconfig: remove deprecated AIGLX option In the default xserver_xorg-server version 1.19.x, the AIGLX option is no longer available (cfr. commit ec502ea8e4). In fact, AIGLX is always enabled. So remove this option. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig index e8eb133f13..1a2cd33be2 100644 --- a/configs/minnowboard_max-graphical_defconfig +++ b/configs/minnowboard_max-graphical_defconfig @@ -46,7 +46,6 @@ BR2_PACKAGE_FB_TEST_APP=y # X BR2_PACKAGE_XORG7=y BR2_PACKAGE_XSERVER_XORG_SERVER=y -BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX=y BR2_PACKAGE_XAPP_XRANDR=y BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y