ci: Remove print-backends build option

Flatpak CI is failing because of unknown option "print-backends".
print-backends was renamed to print in c4d350c260
and subsequently was removed in a4aa6d79ad
(replaced by print-cups and print-cloudprint as auto options)
This commit is contained in:
Corey Berla 2022-07-13 14:21:12 +00:00
parent 354f1a783a
commit d37ccbffa3

View File

@ -19,7 +19,6 @@ flatpak build ${builddir} meson \
--buildtype=release \
-Dx11-backend=true \
-Dwayland-backend=true \
-Dprint-backends=file \
-Dbuild-tests=false \
-Dbuild-examples=false \
-Dintrospection=disabled \