summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-10-16 23:13:22 +0100
committerJames Cowgill <jcowgill@debian.org>2018-10-16 23:30:44 +0100
commit0cc308a18577b289fa528ea4eacdc3fd3f29afd3 (patch)
tree3bebeee4248d2e00590c4048805c2d10bf859e6d
parent5d60990b674a8947728916597165b0a28f7b745b (diff)
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.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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