On my system OpenGL with bumblebee seems to require libudev in LD_LIBRARY_PATH. Fix that, fix bumblebee module loading and make the socket group configurable

This commit is contained in:
Michael Raskin
2014-05-02 14:32:47 +04:00
parent de26954b30
commit eef9a8ac2a
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ let
[ p.mesa_drivers
p.mesa_noglu # mainly for libGL
(if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
p.udev
];
};