diff options
author | Sean Rhodes <sean@starlabs.systems> | 2021-11-12 08:56:30 +0000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2022-01-27 16:17:42 +0000 |
commit | 0015df59276b79f974be498ad606a5b3fbc20636 (patch) | |
tree | 0d21023b6ee2654fd3cd2701a274fec8d40ef04d /util/coreboot-configurator/contrib/debian/control | |
parent | 9c89e3ada2dd30d683c44364e8eea5de757b74eb (diff) |
util/coreboot-configurator: Add contrib files
Add contrib files for:
* debian (Tested on Ubuntu 20.04, 21.10, MX Linux 21 and Debian)
* PKGBUILD (Tested on Manjaro 21)
* flatpak (Untested)
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ie9f0193ed28c0842661426204fc88ec00091fbae
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59257
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/coreboot-configurator/contrib/debian/control')
-rw-r--r-- | util/coreboot-configurator/contrib/debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/util/coreboot-configurator/contrib/debian/control b/util/coreboot-configurator/contrib/debian/control new file mode 100644 index 0000000000..20174a4bcb --- /dev/null +++ b/util/coreboot-configurator/contrib/debian/control @@ -0,0 +1,11 @@ +Source: coreboot-configurator +Section: utils +Priority: optional +Maintainer: Star Labs <admin@starlabs.systems> +Build-Depends: build-essential, cmake, debhelper (>= 7), inkscape, libqt5gui5, libqt5svg5-dev, libyaml-cpp-dev, libqt5gui5, meson, pkg-config, qtbase5-dev, qttools5-dev-tools +Standards-Version: 4.1.1 + +Package: coreboot-configurator +Depends: nvramtool, ${shlibs:Depends}, ${misc:Depends}, libqt5gui5, qt5-style-plugins, libyaml-cpp0.6 +Architecture: all +Description: Graphical interface to change settings available in coreboot CBFS |