Merge pull request #218543 from mikatammi/fix_weston_cross
This commit is contained in:
commit
554419c634
@ -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
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user