summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2021-12-21 17:19:46 +0800
committervitalyr2021-12-21 17:19:46 +0800
commitcd5ab73d2b0b323a192b9947bee9d6becb59c5e9 (patch)
tree307c6c373bcb3ec818c601e0c6e416a3e5008ed8
parent322f9d0b1cde2ab333e13b90ee4352bf7400897f (diff)
downloadaur-cd5ab73d2b0b323a192b9947bee9d6becb59c5e9.tar.gz
Disable xinput2 for it's useless under pgtk
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da187fb190bc..c14b974b8e86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-native-comp-git-enhanced
pkgdesc = GNU Emacs. Development master branch.
pkgver = 29.0.50.153049
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bf45521f79f4..9401f02e78af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,8 +63,9 @@ AOT="YES" # Precompile all included elisp. It takes a long time.
CLI= # CLI only binary.
-XINPUT2="YES" # Use Xinput2 support.
+XINPUT2= # Use Xinput2 support.
# https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt
+ # This is useless with pgtk.
GPM="YES" # Mouse support in Linux console using gmpd.
@@ -103,7 +104,7 @@ else
pkgname="emacs-native-comp-git-enhanced"
fi
pkgver=29.0.50.153049
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"