Skip to content

Commit

Permalink
fix: Install ligEGL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 1, 2023
1 parent 9f60944 commit 54b7841
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
# dependencies see: https://calibre-ebook.com/download_linux
# ("You must have xdg-utils, wget, xz-utils and python ≥ 3.3 installed
# on your system before running the installer.")
# On servers, if you get an error about a missing libEGL, you might need
# to install some OpenGL packages such as libegl1 and libopengl0
ansible.builtin.package:
name:
- xdg-utils
- wget
- xz-utils
- python3
- libegl1
- libopengl0
state: present

- name: Create Calibre download dir on remote host if it does not exist
Expand Down

0 comments on commit 54b7841

Please sign in to comment.