summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 830d6fabdb9f..51fc317014a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${srcdir}/JDim"
autoreconf -i
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-native --with-tls=openssl --with-alsa --with-pangolayout
make
}