chromiumDev: Fix the build

(cherry picked from commit b0581c2699cf4f4fb7da2098385372739d4d8955)
This commit is contained in:
Michael Weiss 2021-10-16 21:55:57 +02:00
parent 0f95b33218
commit 98b786b341
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@
, libva , libva
, libdrm, wayland, libxkbcommon # Ozone , libdrm, wayland, libxkbcommon # Ozone
, curl , curl
, epoxy
# postPatch: # postPatch:
, glibc # gconv + locale , glibc # gconv + locale
@ -151,6 +152,8 @@ let
libva libva
libdrm wayland mesa.drivers libxkbcommon libdrm wayland mesa.drivers libxkbcommon
curl curl
] ++ optionals (chromiumVersionAtLeast "96") [
epoxy
] ++ optionals gnomeSupport [ gnome2.GConf libgcrypt ] ] ++ optionals gnomeSupport [ gnome2.GConf libgcrypt ]
++ optional gnomeKeyringSupport libgnome-keyring3 ++ optional gnomeKeyringSupport libgnome-keyring3
++ optionals cupsSupport [ libgcrypt cups ] ++ optionals cupsSupport [ libgcrypt cups ]