Merge pull request #51301 from timor/libretro-dolphin-dep-fix

libretro.dolphin: add missing dependencies to fix build
This commit is contained in:
Matthew Bauer
2018-12-19 12:05:03 -06:00
committed by GitHub
+1 -1
View File
@@ -150,7 +150,7 @@ in with stdenv.lib.licenses;
cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc
gettext glib gtk2 hidapi gettext glib gtk2 hidapi
libevdev udev libevdev udev
] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil ]); ] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil libXinerama libXxf86vm ]);
}).override { }).override {
cmakeFlags = [ cmakeFlags = [
"-DLINUX_LOCAL_DEV=true" "-DLINUX_LOCAL_DEV=true"