chromiumDev: Fix the build
(cherry picked from commit b0581c2699cf4f4fb7da2098385372739d4d8955)
This commit is contained in:
parent
0f95b33218
commit
98b786b341
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue