summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-02-03 18:22:48 -0500
committerPatrick Northon2021-02-03 18:22:48 -0500
commit577e1d57274986ad15cf54d47562c1460777b5ef (patch)
treef0fae8d40c15f72c981cf922571ef035480c355c
parent79d81792b13b608de1b255979c2d658a2b152b04 (diff)
downloadaur-577e1d57274986ad15cf54d47562c1460777b5ef.tar.gz
Added --with-x to configure.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48ab76b17650..c4ca5fc503c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "$_name"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-x
make
}