package/mesa3d: reorder select/depends
authorRomain Naour <romain.naour@gmail.com>
Mon, 4 Jan 2016 00:11:45 +0000 (01:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Jan 2016 23:15:08 +0000 (00:15 +0100)
commit8eab11289914aaa8c022776578426b9b58319e02
tree26b585de63b922d03b8426f4c5ff77e337d78765
parent5c63280caf23ca7438e2fe23586cca9f450fc936
package/mesa3d: reorder select/depends

>From [1]:
"Even though the ordering has absolutely no consequences in Kconfig, it
is not logical (when reading). It is more logical and far easier to
understand when depends come first, followed by the selects."

Also, the Config.in exemple in the manual suggest to use this coding
style [2].

[1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
[2] http://buildroot.uclibc.org/downloads/manual/manual.html#writing-rules-config-in

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mesa3d/Config.in