summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakihirof00052020-11-10 14:05:58 +0900
committerakihirof00052020-11-10 14:05:58 +0900
commitf7865aa9d1532509430979ab79baaa8f5b8be970 (patch)
tree3ca1feb548380d526fabb6045c22e28e6fbb4fb8
parent8ab8e05d74ae454f3c7f877f43426e78f48572ef (diff)
downloadaur-f7865aa9d1532509430979ab79baaa8f5b8be970.tar.gz
Update to 1.0.0-6
-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
}