From 53715dd9061df6012c84f44ce4058e84522e6c4f Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Wed, 16 May 2018 10:18:22 +0100 Subject: Reformat cmake configure options in debian/rules --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 4843061..3579e28 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed dh $@ override_dh_auto_configure: - dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) -DSFML_BUILD_DOC=ON -DSFML_INSTALL_PKGCONFIG_FILES=ON + dh_auto_configure -- \ + -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \ + -DSFML_BUILD_DOC=ON \ + -DSFML_INSTALL_PKGCONFIG_FILES=ON override_dh_auto_build: dh_auto_build -- all doc -- cgit v1.2.3