mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pcsx2: build with wayland support
This commit is contained in:
parent
c84ac918fc
commit
2dd0edd99a
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue