diff options
author | davidovski <david@davidovski.xyz> | 2022-10-22 16:29:29 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-10-22 16:29:29 +0100 |
commit | f99268f797c120a24030a573ef22813cd018beb5 (patch) | |
tree | ee18857a5eda7bc94286e3924dc2209aea7b92c4 /repo/xf86-input-wacom | |
parent | 95545d88b997a17ff03bb164af33c33e2a12d693 (diff) |
Added unrar
Diffstat (limited to 'repo/xf86-input-wacom')
-rw-r--r-- | repo/xf86-input-wacom/xf86-input-wacom.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xf86-input-wacom/xf86-input-wacom.xibuild b/repo/xf86-input-wacom/xf86-input-wacom.xibuild index 1469b5a..5b44930 100644 --- a/repo/xf86-input-wacom/xf86-input-wacom.xibuild +++ b/repo/xf86-input-wacom/xf86-input-wacom.xibuild @@ -9,7 +9,7 @@ PKG_VER=1.1.0 SOURCE=https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$PKG_VER/xf86-input-wacom-$PKG_VER.tar.bz2 build () { - ./configure $XORG_CONFIG --with-systemd-unit-dir=no + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-systemd-unit-dir=no make } |