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

View File

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