diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-11 08:39:25 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-11 08:39:25 -0500 |
commit | ce7c18a6692793a9c6aa93e5289c659fddb4ef3d (patch) | |
tree | 94888ed79cdf150e5fd5d3513bc916ec69f2b47b /xseticon/debian/control | |
parent | add specific dep for libjpeg-dev (diff) | |
download | stackrpms-ce7c18a6692793a9c6aa93e5289c659fddb4ef3d.tar.gz stackrpms-ce7c18a6692793a9c6aa93e5289c659fddb4ef3d.tar.bz2 stackrpms-ce7c18a6692793a9c6aa93e5289c659fddb4ef3d.zip |
add libglib2 dep
Diffstat (limited to 'xseticon/debian/control')
-rw-r--r-- | xseticon/debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xseticon/debian/control b/xseticon/debian/control index ab9eed1..92a4ac4 100644 --- a/xseticon/debian/control +++ b/xseticon/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ben Stack <bgstack15@gmail.com> Build-Depends: debhelper (>=12~), libgd-dev, + libglib2.0-dev, libjpeg-dev, libxmu-dev, Standards-Version: 4.1.4 |