From 2dd0edd99ac9220c4ad82e3e87a24ae354877704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Gr=C3=A4fenstein?= Date: Tue, 7 Dec 2021 20:46:56 +0100 Subject: [PATCH] pcsx2: build with wayland support --- pkgs/misc/emulators/pcsx2/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/misc/emulators/pcsx2/default.nix b/pkgs/misc/emulators/pcsx2/default.nix index a71ae784c18c..2e22e7d9053a 100644 --- a/pkgs/misc/emulators/pcsx2/default.nix +++ b/pkgs/misc/emulators/pcsx2/default.nix @@ -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 ];