chromiumDev: Fix the build
(cherry picked from commit b0581c2699cf4f4fb7da2098385372739d4d8955)
This commit is contained in:
parent
0f95b33218
commit
98b786b341
|
@ -34,6 +34,7 @@
|
|||
, libva
|
||||
, libdrm, wayland, libxkbcommon # Ozone
|
||||
, curl
|
||||
, epoxy
|
||||
# postPatch:
|
||||
, glibc # gconv + locale
|
||||
|
||||
|
@ -151,6 +152,8 @@ let
|
|||
libva
|
||||
libdrm wayland mesa.drivers libxkbcommon
|
||||
curl
|
||||
] ++ optionals (chromiumVersionAtLeast "96") [
|
||||
epoxy
|
||||
] ++ optionals gnomeSupport [ gnome2.GConf libgcrypt ]
|
||||
++ optional gnomeKeyringSupport libgnome-keyring3
|
||||
++ optionals cupsSupport [ libgcrypt cups ]
|
||||
|
|
Loading…
Reference in New Issue