pcsx2: build with wayland support

This commit is contained in:
Samuel Gräfenstein 2021-12-07 20:46:56 +01:00
parent c84ac918fc
commit 2dd0edd99a
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8

View file

@ -23,6 +23,7 @@
, wrapGAppsHook
, wxGTK
, zlib
, wayland
}:
stdenv.mkDerivation rec {
@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
"-DDISABLE_ADVANCE_SIMD=TRUE"
"-DDISABLE_PCSX2_WRAPPER=TRUE"
"-DPACKAGE_MODE=TRUE"
"-DWAYLAND_API=TRUE"
"-DXDG_STD=TRUE"
];
@ -63,6 +65,7 @@ stdenv.mkDerivation rec {
SDL2
soundtouch
udev
wayland
wxGTK
zlib
];