thorium/chrome/installer/linux/debian/manual_recommends
Alexander David Frick d3e95634ff
Add files via upload
2021-10-26 05:16:41 -05:00

21 lines
942 B
Text

# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Recommended dependencies not in the dpkg-shlibdeps output.
# u2f udev rules have moved from being installed by default by systemd on Debian
# systems to a separate package called libu2f-udev. Pull it in manually so that
# u2f keys will work. TODO(https://crbug.com/784010): Move this to "Depends"
# once support for Jessie, Stretch, Trusty, and Xenial are dropped.
libu2f-udev
# Try to use Vulkan when possible. libvulkan1 is not available on Ubuntu Trusty
# or Debian Jessie, so it is added to "Recommends" instead of "Depends".
# TODO(https://crbug.com/784010): Move this to "Depends" once support for
# Trusty and Jessie are dropped. Note that the dependency must still be manually
# added since the library is dlopen()'ed.
libvulkan1
#Add unrar for unrar support
unrar