d/rules: Return to the print backends we previously enabled

lpr and test were enabled during the move to Meson, but we didn't enable
them in the past and they don't seem to be desirable.

Closes: #1025271
This commit is contained in:
Simon McVittie 2022-12-01 23:15:42 +00:00
parent 4cf01ea545
commit 31f037e261

2
debian/rules vendored
View File

@ -98,7 +98,7 @@ configure_flags_deb = \
-Dinstalled_tests=true \
-Dintrospection=true \
-Dman=true \
-Dprint_backends=cups,file,lpr,test \
-Dprint_backends=cups,file \
$(NULL)
ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))