summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin2017-03-23 10:02:36 +0000
committerRobin2017-03-23 10:02:36 +0000
commitb4855f59e9e454b2755b3a0539f4668c6f7abcec (patch)
treec99ff745496cdaea9f689ed2e94a7415afd0cd00 /PKGBUILD
parent75c05ba81d18bbcbd8354065de102b070c64c9a8 (diff)
downloadaur-b4855f59e9e454b2755b3a0539f4668c6f7abcec.tar.gz
Now builds the Gtk3 version of the applet as MATE 1.18 onwards is GTK3 only
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00c3dde8126e..f95f5f145807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {
aclocal
automake --add-missing
autoreconf
- ./configure --prefix=/usr --disable-schemas-compile
+ ./configure --prefix=/usr --with-gtk3 --disable-schemas-compile
make
}