diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-11 08:22:11 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-11 08:22:11 -0500 |
commit | b687a7779d3be1558c7a14b7128dc2da4168ea2a (patch) | |
tree | 33cd7bced9dfc82e82c61584c1506cf8af417c62 /xseticon/debian/control | |
parent | add dpkg for xseticon (diff) | |
download | stackrpms-b687a7779d3be1558c7a14b7128dc2da4168ea2a.tar.gz stackrpms-b687a7779d3be1558c7a14b7128dc2da4168ea2a.tar.bz2 stackrpms-b687a7779d3be1558c7a14b7128dc2da4168ea2a.zip |
add specific dep for libjpeg-dev
Choices were libjpeg-dev or libjpeg62-turbo-dev which for some reason
was choking up OBS.
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 9748919..ab9eed1 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, + libjpeg-dev, libxmu-dev, Standards-Version: 4.1.4 Homepage: http://www.leonerd.org.uk/code/xseticon/ |