Skip to content

Commit

Permalink
#4244 typos in deb package names
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 15, 2024
1 parent ebd4fb6 commit a86d582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def install_dev_env() -> None:
"cython": ("gcc", "cython3", "libxxhash-dev", ),
"x11": ("libx11-dev", "libxcomposite-dev", "libxdamage-dev",
"libxtst-dev", "libxkbfile-dev", "libxres-dev",
"Xvfb",
"xvfb",
),
"drm": ("libdrm-dev", ),
"evdi": ("libevdi0-dev", ),
Expand All @@ -608,15 +608,15 @@ def install_dev_env() -> None:
"openh264": ("libopenh264-dev", ),
"webp": ("libwebp-dev", ),
"jpeg_decoder|jpeg_encoder": ("libturbojpeg-dev", ),
"spng_decode|spng_encoder": ("libspng-dev", ),
"spng_decoder|spng_encoder": ("libspng-dev", ),
"gtk3": ("libgtk-3-dev", "python3-cairo-dev", "python-gi-dev"),
"sd_listen": ("python-gi-dev", ),
"pam": ("libpam0g-dev", ),
"proc": ("libproc2-dev | libprocps-dev", ),
"lz4": ("liblz4-dev", ),
"brotli": ("libbrotli-dev", ),
"qrencode": ("libqrencode-dev", ),
"doc": ("pandoc", ),
"docs": ("pandoc", ),
}
cmd = ["apt", "install"]
else:
Expand Down

0 comments on commit a86d582

Please sign in to comment.