kscreen: append to configure_args instead of overriding it

This commit is contained in:
maxice8 2018-08-26 19:20:09 -03:00
parent 9b127f53b0
commit 96d7d20926
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=43f78c55cca7c14aa1ae697fbda2f2179e73e65c8850d5e38ad164d538854b51 checksum=43f78c55cca7c14aa1ae697fbda2f2179e73e65c8850d5e38ad164d538854b51
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi fi