Merge pull request #218543 from mikatammi/fix_weston_cross

This commit is contained in:
Artturi 2023-02-27 18:20:08 +02:00 committed by GitHub
commit 554419c634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "078y14ff9wmmbzq314f7bq1bxx0rc12xy4j362n60iamr56qs4x6";
};
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ meson ninja pkg-config python3 wayland-scanner ];
buildInputs = [
cairo colord dbus freerdp lcms2 libGL libXcursor libdrm libevdev libinput

View File

@ -15,6 +15,7 @@
, gobject-introspection
, argyllcms
, meson
, mesonEmulatorHook
, ninja
, vala
, libgudev
@ -75,6 +76,8 @@ stdenv.mkDerivation rec {
shared-mime-info
vala
wrapGAppsNoGuiHook
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
];
buildInputs = [