summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvitalyr2022-05-24 21:57:36 +0800
committervitalyr2022-05-24 21:57:36 +0800
commitf143935d92d80a9076d9e10e595291c5c8c49801 (patch)
tree87c83c2025e3be8a06ab6fd12fba56ce57a267bf /PKGBUILD
parentb84a60412acf0ba78db054de241598c73062ff98 (diff)
downloadaur-f143935d92d80a9076d9e10e595291c5c8c49801.tar.gz
enable xinput2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f07a38b2ca1..148604cfe00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ AOT="YES" # Precompile all included elisp. It takes a long time.
CLI= # CLI only binary.
-XINPUT2= # Use Xinput2 support.
+XINPUT2="YES" # Use Xinput2 support.
# https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt
# This is useless with pgtk.
@@ -103,7 +103,7 @@ else
pkgname="emacs-native-comp-git"
fi
pkgver=29.0.50.156571
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development master branch without PGTK."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"