chromium: remove gtk2 from build inputs (gtk3 should be enough)
This commit is contained in:
parent
ee1f6e20b2
commit
a70ab23409
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
, nspr, systemd, kerberos
|
||||
, utillinux, alsaLib
|
||||
, bison, gperf
|
||||
, glib, gtk2, gtk3, dbus-glib
|
||||
, glib, gtk3, dbus-glib
|
||||
, libXScrnSaver, libXcursor, libXtst, libGLU_combined
|
||||
, protobuf, speechd, libXdamage, cups
|
||||
, ffmpeg, libxslt, libxml2, at-spi2-core
|
||||
|
@ -119,7 +119,7 @@ let
|
|||
nspr nss systemd
|
||||
utillinux alsaLib
|
||||
bison gperf kerberos
|
||||
glib gtk2 gtk3 dbus-glib
|
||||
glib gtk3 dbus-glib
|
||||
libXScrnSaver libXcursor libXtst libGLU_combined
|
||||
pciutils protobuf speechd libXdamage
|
||||
] ++ optional gnomeKeyringSupport libgnome-keyring3
|
||||
|
|
Loading…
Reference in a new issue