diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-11-10 09:17:48 +0200 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-11-10 09:18:12 +0200 |
commit | 521b7c1c044e5296709a3742c2971e1eb318a193 (patch) | |
tree | abb221f1be3cc566b21e033e001b4192cd1d2275 | |
parent | e39bbd71bf4bd49aa94257a0baf2529d9e9d4780 (diff) |
Add hardware-observe plug.
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 573b4b4..e76bef6 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -31,6 +31,7 @@ apps: - bluez # for Web Bluetooth (https://launchpad.net/bugs/1887201) - camera - cups + - hardware-observe - home - joystick - mount-observe @@ -58,6 +59,7 @@ apps: - bluez - camera - cups + - hardware-observe - home - joystick - mount-observe |