package/jpeg: properly indent in menuconfig
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 12 Apr 2020 13:12:57 +0000 (15:12 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 12 Apr 2020 13:30:58 +0000 (15:30 +0200)
commit7a48ac725f1829660641c348c062159d07519b45
treec9d20a498c50c1d1c81897d331c2b12a3de8b01b
parentf41056ec4b423e2fb590b08e07a6dff297b15160
package/jpeg: properly indent in menuconfig

Since there is a variable definition between the definition of
BR2_PACKAGE_JPEG and the choice depending on it, the choice is
not indented bewlo the "jpeg support" prompt, like we like to
have:

    [*] jpeg support
        jpeg variant (jpeg-turbo)  --->

Move the BR2_PACKAGE_JPEG right before the choice (really, move
BR2_PACKAGE_JPEG_SIMD_SUPPORT before BR2_PACKAGE_JPEG, but diff
finds the move of BR2_PACKAGE_JPEG is smaller to display):

    [*] jpeg support
          jpeg variant (jpeg-turbo)  --->

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/jpeg/Config.in