mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
pcsx2: build with wayland support
This commit is contained in:
parent
c84ac918fc
commit
2dd0edd99a
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user