diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-01-21 22:30:18 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-01-21 22:30:18 +0100 |
commit | 1c2d04abc8d0b005714719bd95b154d2a895e9f2 (patch) | |
tree | 6bae3dc85994ce0adac661bebd33b4522646f09a | |
parent | 95d2950eb25cd16f74461ce104eeefd71694b1db (diff) | |
download | x200-my-1c2d04abc8d0b005714719bd95b154d2a895e9f2.tar.gz |
intel-gpu-tools was missing as a dependency
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgdesc="Service which removes whining noise from Thinkpads X200. Also powers of | |||
7 | arch=(any) | 7 | arch=(any) |
8 | license=(GPL2) | 8 | license=(GPL2) |
9 | url="http://git.robertalessi.net/x200-my" | 9 | url="http://git.robertalessi.net/x200-my" |
10 | depends=('sysvinit' 'networkmanager' 'acpid') | 10 | depends=('sysvinit' 'networkmanager' 'acpid' 'intel-gpu-tools') |
11 | install=x200-my.install | 11 | install=x200-my.install |
12 | source=('x200-my.initd' | 12 | source=('x200-my.initd' |
13 | 'x200-my.confd' | 13 | 'x200-my.confd' |