diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-04-12 14:56:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-12 21:03:14 +0200 |
commit | 5a6cc77ff732270a993a7b127271f4110abf2f08 (patch) | |
tree | 43fb32ed7cf8f4b2093f063287f2aed3c6084c1b | |
parent | b05ec5d4d771bbf2a753da598a213c4b037c6c5d (diff) | |
download | buildroot-5a6cc77ff732270a993a7b127271f4110abf2f08.tar.gz buildroot-5a6cc77ff732270a993a7b127271f4110abf2f08.zip |
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) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/minnowboard_max-graphical_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |