Skip to content

Commit

Permalink
Merge pull request #51301 from timor/libretro-dolphin-dep-fix
Browse files Browse the repository at this point in the history
libretro.dolphin: add missing dependencies to fix build
  • Loading branch information
matthewbauer committed Dec 19, 2018
2 parents ddeb896 + 4ec1e15 commit df90fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/retroarch/cores.nix
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 df90fdf

Please sign in to comment.