diff options
author | B Stack <bgstack15@gmail.com> | 2020-04-08 14:55:05 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-04-08 14:55:05 -0400 |
commit | 1d9067730de3008f8c257674d8fa5e9dee654c1c (patch) | |
tree | 922e79af04da66d16c654ab19579718571902ffb /waterfox/debian/control | |
parent | wf 2020.04 dpkg rc1 (diff) | |
download | stackrpms-1d9067730de3008f8c257674d8fa5e9dee654c1c.tar.gz stackrpms-1d9067730de3008f8c257674d8fa5e9dee654c1c.tar.bz2 stackrpms-1d9067730de3008f8c257674d8fa5e9dee654c1c.zip |
wf dpkg: add specific libfontconfig for OBS
libfontconfig-dev only added for Debian OBS which is choking as
of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps:
libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev
This will be pulled in automatically by these four deps, when the
versioning stuff in sorted out in upstream distro.
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r-- | waterfox/debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control index 041161c..8f056a7 100644 --- a/waterfox/debian/control +++ b/waterfox/debian/control @@ -16,6 +16,8 @@ Build-Depends: debhelper (>= 12), libclang-6.0-dev, libdbus-glib-1-dev, libevent-dev (>= 1.4.1), + # libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev + libfontconfig-dev, libgconf2-dev, libglib2.0-dev (>= 2.16.0), libgtk2.0-dev (>= 2.10), |