wlroots_0_17: fix cross compilation

This commit is contained in:
Colin 2024-02-29 18:21:33 +00:00
parent db9627d934
commit b1e9283dd5
1 changed files with 3 additions and 1 deletions

View File

@ -127,9 +127,11 @@ rec {
wlroots_0_17 = generic {
version = "0.17.2";
hash = "sha256-Of9qykyVnBURc5A2pvCMm7sLbnuuG7OPWLxodQLN2Xg=";
extraNativeBuildInputs = [
hwdata
];
extraBuildInputs = [
ffmpeg
hwdata
libliftoff
libdisplay-info
];