libretro.dolphin: add missing dependencies to fix build

This commit is contained in:
timor 2018-12-01 01:28:03 +01:00
parent 2eccd56c5a
commit 4ec1e15558

View file

@ -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"