Skip to content

Commit

Permalink
libretro.dolphin: add missing dependencies to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timor committed Dec 1, 2018
1 parent 2eccd56 commit 4ec1e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/retroarch/cores.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ in with stdenv.lib.licenses;
cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc
gettext glib gtk2 hidapi
libevdev udev
] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil ]);
] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil libXinerama libXxf86vm ]);
}).override {
cmakeFlags = [
"-DLINUX_LOCAL_DEV=true"
Expand Down

0 comments on commit 4ec1e15

Please sign in to comment.