diff options
author | Ruben Agin | 2023-04-30 18:18:56 -0500 |
---|---|---|
committer | Ruben Agin | 2023-04-30 18:18:56 -0500 |
commit | 4e0243c4ff53c3a1ed2e57ea5e7f43398d38278c (patch) | |
tree | 34e18e4872a1a926f01c2e88bb0d9d4cefe903e6 /PKGBUILD | |
parent | 5b58821b7c9371e47e7c6f5c65ce5e84c38280d6 (diff) | |
download | aur-4e0243c4ff53c3a1ed2e57ea5e7f43398d38278c.tar.gz |
Added perl-x11-protocol as a build dependency to optimize display translation on X machines.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ pkgdesc="The Machine Emulator, or tme, provides a general-purpose framework for arch=('i686' 'x86_64') license=('GPL3') url="http://phabrics.com" +makedepends=('perl-x11-protocol') depends=('libvncserver' 'gtk4' 'sdl2') source=("https://osdn.net/dl/nme/${pkgname}-${pkgver}.tar.xz") sha256sums=('e2c90f7c63de196c7bf52c9b06f17e2ab9db86fa86d8c3ff3ee2360fb20914f8') |