Add xrandr to requirements for RPM (#691)
* Add xrandr to requirements for RPM Closes #690 * Update CHANGELOG.md --------- Co-authored-by: Ryan Dowling <ryan@ryandowling.me>
This commit is contained in:
parent
f01549011d
commit
2721fa6e24
2 changed files with 2 additions and 0 deletions
|
@ -16,5 +16,6 @@ This changelog only contains the changes that are unreleased. For changes for in
|
|||
- Don't allow installing non modpacks by ID in pack browser tabs
|
||||
|
||||
### Misc
|
||||
- Add `xrandr` as a dependency for RPM [#691]
|
||||
- Update packaging scripts
|
||||
- Implement view model for VanillaPacksTab [#717]
|
||||
|
|
|
@ -13,6 +13,7 @@ BuildRequires: desktop-file-utils
|
|||
|
||||
Requires: wget
|
||||
Requires: java >= 1:1.8.0
|
||||
Requires: xrandr
|
||||
Provides: atlauncher
|
||||
|
||||
%description
|
||||
|
|
Loading…
Reference in a new issue