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:
parent
4cf01ea545
commit
31f037e261
2
debian/rules
vendored
2
debian/rules
vendored
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user