firefox: wrapper: include libglvnd by default (WR)
This commit is contained in:
parent
8734a5e362
commit
68c68ff3c3
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ let
|
|||
, icon ? browserName
|
||||
, extraNativeMessagingHosts ? []
|
||||
, forceWayland ? false
|
||||
, useGlvnd ? true
|
||||
, cfg ? config.${browserName} or {}
|
||||
}:
|
||||
|
||||
|
@ -68,7 +69,7 @@ let
|
|||
libs = lib.optionals stdenv.isLinux [ udev libva ]
|
||||
++ lib.optional ffmpegSupport ffmpeg
|
||||
++ lib.optional gssSupport kerberos
|
||||
++ lib.optional gdkWayland libglvnd
|
||||
++ lib.optional useGlvnd libglvnd
|
||||
++ lib.optionals (cfg.enableQuakeLive or false)
|
||||
(with xorg; [ stdenv.cc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ])
|
||||
++ lib.optional (enableAdobeFlash && (cfg.enableAdobeFlashDRM or false)) hal-flash
|
||||
|
|
Loading…
Reference in a new issue