d/rules: Remove redundant --libdir override

We get the correct library directory from dh_auto_configure.
This commit is contained in:
Simon McVittie 2022-12-02 10:19:33 +00:00
parent 0cecd17680
commit f91a4d3d6e

1
debian/rules vendored
View File

@ -85,7 +85,6 @@ debian/%: debian/%.in
$@.in > $@
configure_flags_common = \
--libdir=/$(LIBDIR) \
-Dx11_backend=true \
$(NULL)