summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Silva2016-07-15 16:30:51 +0100
committerBruno Silva2016-07-15 16:30:51 +0100
commitefe27a1bcf960cf40e24d5158b78aed1b8734271 (patch)
treecf2468d68709703b467bc00ec1422105472ea2c8
parent05519742e92c3d745251b02a5ef2f3be94749508 (diff)
downloadaur-efe27a1bcf960cf40e24d5158b78aed1b8734271.tar.gz
Compile with --enable-qt5
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a79bb26fc352..66c1ce8bd186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- ./autogen.sh && ./configure --prefix=/usr
+ ./autogen.sh && ./configure --enable-qt5 --prefix=/usr
make
}