Update build-deps
- Change libcairo-dev to libcairo2-dev (Closes: #1102375) - Drop libwlroots-0.18-dev which is no longer used (Closes: #1122203) - Add libgles-dev, libopengl-dev and wayland-protocols (previously transitive dependencies of wlroots) - Update versions on hyprutils and hyprlang
This commit is contained in:
parent
f78f00cd24
commit
11743a30df
|
|
@ -6,18 +6,20 @@ Build-Depends: cmake,
|
|||
debhelper-compat (= 13),
|
||||
hyprwayland-scanner (>= 0.4.2),
|
||||
pkgconf,
|
||||
libcairo-dev,
|
||||
libhyprlang-dev,
|
||||
libcairo2-dev,
|
||||
libgles-dev,
|
||||
libhyprlang-dev (>= 0.6.0),
|
||||
libhyprgraphics-dev (>= 0.1.1),
|
||||
libhyprutils-dev (>= 0.2.2),
|
||||
libhyprutils-dev (>= 0.2.4),
|
||||
libjpeg-dev,
|
||||
libmagic-dev,
|
||||
libopengl-dev,
|
||||
libpango1.0-dev,
|
||||
libwayland-dev,
|
||||
libwebp-dev,
|
||||
libwlroots-0.18-dev,
|
||||
ninja-build,
|
||||
pandoc
|
||||
pandoc,
|
||||
wayland-protocols (>= 1.35)
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://github.com/hyprwm/hyprpaper
|
||||
Rules-Requires-Root: no
|
||||
|
|
|
|||
Loading…
Reference in New Issue