summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 982571481437..2fcd48a3c7b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr . \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
- -DSFML_BUILD_DOC=false \ # switch to true if you need offline documentation
+ -DSFML_BUILD_DOC=false \
-DSFML_BUILD_EXAMPLES=false \
-DSFML_INSTALL_PKGCONFIG_FILES=true # prints a warning if pkg-config not supported
make