commit | 36b097b22d57962f7b62825967e4b8c26e6804e8 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Aug 23 16:11:38 2021 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Aug 23 16:11:38 2021 -0700 |
tree | cf626d3d285361be3064b9124e6213666c79525d | |
parent | a771dd767a0bef1f9506fb926d6b4836b76eef55 [diff] |
Add missing libgtk as a direct dependency, no longer installed indirectly Change-Id: If8554809f44984a8bf6695bc1799b12f0e7900ab
diff --git a/tasks/Debian.yml b/tasks/Debian.yml index 6483831..7e2c5ab 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml
@@ -11,6 +11,7 @@ - "git" - "ghostscript" - "graphicsmagick" + - "libgtk-3-0" state: "present" update_cache: true cache_valid_time: 3600