chromium: Add Gtk 3 for versions >= 56
Versions before 56 already had experimental support for Gtk 3 and since version 56, Gtk 3 _seemed_ to become the default. Although it's now requiring *both* Gtk 2 and Gtk3, so let's supply the dependency for now to get it to build. In the future however we might want to add use_gtk3 to the GN flags and get rid of Gtk 2 completely. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
d2e60d1f93
commit
6f8a72bbff
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
, nspr, systemd, kerberos
|
, nspr, systemd, kerberos
|
||||||
, utillinux, alsaLib
|
, utillinux, alsaLib
|
||||||
, bison, gperf
|
, bison, gperf
|
||||||
, glib, gtk2, dbus_glib
|
, glib, gtk2, gtk3, dbus_glib
|
||||||
, libXScrnSaver, libXcursor, libXtst, mesa
|
, libXScrnSaver, libXcursor, libXtst, mesa
|
||||||
, protobuf, speechd, libXdamage, cups
|
, protobuf, speechd, libXdamage, cups
|
||||||
|
|
||||||
|
@ -100,7 +100,8 @@ let
|
||||||
++ optionals gnomeSupport [ gnome.GConf libgcrypt ]
|
++ optionals gnomeSupport [ gnome.GConf libgcrypt ]
|
||||||
++ optional enableSELinux libselinux
|
++ optional enableSELinux libselinux
|
||||||
++ optionals cupsSupport [ libgcrypt cups ]
|
++ optionals cupsSupport [ libgcrypt cups ]
|
||||||
++ optional pulseSupport libpulseaudio;
|
++ optional pulseSupport libpulseaudio
|
||||||
|
++ optional (versionAtLeast version "56.0.0.0") gtk3;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./patches/glibc-2.24.patch
|
./patches/glibc-2.24.patch
|
||||||
|
|
Loading…
Reference in a new issue