From 0cc308a18577b289fa528ea4eacdc3fd3f29afd3 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Tue, 16 Oct 2018 23:13:22 +0100 Subject: d/rules: Set SFML_PKGCONFIG_INSTALL_PREFIX Now that the pkgconfig patches have been dropped, the pkgconfig files will be installed in the wrong location on kFreeBSD. Use the newly added CMake option to override the default location to fix this. Also remove the SFML_INSTALL_PKGCONFIG_FILES option which is now the default on Linux and kFreeBSD. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 3579e28..0064c41 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \ -DSFML_BUILD_DOC=ON \ - -DSFML_INSTALL_PKGCONFIG_FILES=ON + -DSFML_PKGCONFIG_INSTALL_PREFIX=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig override_dh_auto_build: dh_auto_build -- all doc -- cgit v1.2.3