libgnome-games-support: support cross compilation

This commit is contained in:
Colin 2023-11-14 04:34:22 +00:00
parent 7d3f0fde7c
commit c4f2dd52cd
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
, fetchurl
, pkg-config
, glib
, gobject-introspection
, gtk4
, libgee
, gettext
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
gettext
gobject-introspection
meson
ninja
pkg-config

View File

@ -2,6 +2,7 @@
, fetchurl
, pkg-config
, glib
, gobject-introspection
, gtk3
, libgee
, gettext
@ -23,6 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
gettext
gobject-introspection
meson
ninja
pkg-config