package/cegui: use plain assignemnt for first _CONF_OPTS
authorBartosz Bilas <b.bilas@grinn-global.com>
Thu, 18 Feb 2021 17:59:05 +0000 (18:59 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 19 Feb 2021 21:46:29 +0000 (22:46 +0100)
commit86fbba8b81b09b676bf8f03e88b11b607599e066
treea8375e435bb5fae3c15d35c0fde905956f410a78
parent82abd78a01fc832f758fc2b2d7326879500fb786
package/cegui: use plain assignemnt for first _CONF_OPTS

Commit 689b9c1a7cf5 (package/cegui: disable xerces support) added
an unconditional assignment to _CONF_OPTS before all the conditional
ones, but used the append-assignment instead of the traditional plain
assignment.

Fix that by removing the append-assignment.

Use that opportunity to also move the first item of this multi-line
assignment, to its own line.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
[yann.morin.1998@free.fr:
  - reference the exact commit that introduce the issue
  - also move the first item to its own line
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/cegui/cegui.mk