Skip to content

Commit

Permalink
google-chrome-dev: Add the newly required dependencies
Browse files Browse the repository at this point in the history
google-chrome-unstable won't launch without the following shared object
files: libdrm.so.2 and libgbm.so.1.
  • Loading branch information
primeos committed Feb 13, 2020
1 parent e61b8d9 commit 3fadc45
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
, dbus, gtk2, gtk3, gdk-pixbuf, gcc-unwrapped, at-spi2-atk, at-spi2-core
, kerberos
, kerberos, libdrm, mesa

# command line arguments which are always set e.g "--disable-gpu"
, commandLineArgs ? ""
Expand Down Expand Up @@ -60,6 +60,7 @@ let
bzip2 libcap at-spi2-atk at-spi2-core
kerberos
] ++ optional pulseSupport libpulseaudio
++ optionals (channel == "dev") [ libdrm mesa ]
++ [ gtk ];

suffix = if channel != "stable" then "-" + channel else "";
Expand Down

0 comments on commit 3fadc45

Please sign in to comment.