wlroots: fix build
This commit is contained in:
parent
9bcc905eda
commit
8330fdaa09
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig
|
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig
|
||||||
, wayland, libGL, wayland-protocols, libinput, libxkbcommon, pixman
|
, wayland, libGL, wayland-protocols, libinput, libxkbcommon, pixman
|
||||||
, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors
|
, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa_noglu
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let pname = "wlroots";
|
let pname = "wlroots";
|
||||||
|
@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wayland libGL wayland-protocols libinput libxkbcommon pixman
|
wayland libGL wayland-protocols libinput libxkbcommon pixman
|
||||||
xcbutilwm libX11 libcap xcbutilimage xcbutilerrors
|
xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa_noglu
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install rootston (the reference compositor) to $bin
|
# Install rootston (the reference compositor) to $bin
|
||||||
|
|
Loading…
Reference in New Issue