Update build-deps
- Drop libwlroots-dev build-dep - Update hypr package versions - Add new xcb packages - Add libgbm-dev
This commit is contained in:
parent
84ff46d32c
commit
ad6e3a8804
|
|
@ -3,7 +3,7 @@ Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
|
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
libaquamarine-dev (>= 0.8.0),
|
libaquamarine-dev (>= 0.9.0),
|
||||||
chrpath,
|
chrpath,
|
||||||
cmake,
|
cmake,
|
||||||
cpio,
|
cpio,
|
||||||
|
|
@ -16,11 +16,13 @@ Build-Depends:
|
||||||
libxkbcommon-dev,
|
libxkbcommon-dev,
|
||||||
libegl-dev,
|
libegl-dev,
|
||||||
libegl1-mesa-dev,
|
libegl1-mesa-dev,
|
||||||
|
libgbm-dev,
|
||||||
libglaze-dev,
|
libglaze-dev,
|
||||||
libgles-dev,
|
libgles-dev,
|
||||||
libhyprlang-dev (>= 0.3.2),
|
libhyprlang-dev (>= 0.3.2),
|
||||||
libhyprcursor-dev (>= 0.1.7),
|
libhyprcursor-dev (>= 0.1.7),
|
||||||
libhyprutils-dev (>= 0.6.0),
|
libhyprutils-dev (>= 0.8.1),
|
||||||
|
libhyprgraphics-dev (>= 0.1.3),
|
||||||
libinput-dev,
|
libinput-dev,
|
||||||
libpango1.0-dev,
|
libpango1.0-dev,
|
||||||
libpixman-1-dev,
|
libpixman-1-dev,
|
||||||
|
|
@ -30,9 +32,13 @@ Build-Depends:
|
||||||
libudev-dev,
|
libudev-dev,
|
||||||
libudis86-dev (>= 0+20221013),
|
libudis86-dev (>= 0+20221013),
|
||||||
libwayland-dev,
|
libwayland-dev,
|
||||||
libwlroots-dev,
|
libxcb1-dev,
|
||||||
|
libxcb-render0-dev,
|
||||||
|
libxcb-xfixes0-dev,
|
||||||
|
libxcb-icccm4-dev,
|
||||||
|
libxcb-composite0-dev,
|
||||||
|
libxcb-res0-dev,
|
||||||
libxcb-errors-dev,
|
libxcb-errors-dev,
|
||||||
libxcb-util-dev,
|
|
||||||
meson,
|
meson,
|
||||||
ninja-build,
|
ninja-build,
|
||||||
pkgconf,
|
pkgconf,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue