summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-27 17:23:41 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-27 17:23:41 -0500
commit05f21f71d1fd7d774c2266ae1ef831732adf4efb (patch)
treefeb48326035e2819b35a7a8b9985bb6302c4ac5c /waterfox/debian/control
parentwaterfox obs service file (diff)
downloadstackrpms-05f21f71d1fd7d774c2266ae1ef831732adf4efb.tar.gz
stackrpms-05f21f71d1fd7d774c2266ae1ef831732adf4efb.tar.bz2
stackrpms-05f21f71d1fd7d774c2266ae1ef831732adf4efb.zip
waterfox: try removing libfontconfig business
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r--waterfox/debian/control1
1 files changed, 0 insertions, 1 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control
index 2b0da64..77fcea8 100644
--- a/waterfox/debian/control
+++ b/waterfox/debian/control
@@ -16,7 +16,6 @@ Build-Depends: debhelper (>= 12),
libclang-dev (>= 4.0) | libclang-4.0-dev | libclang-6.0-dev | libclang-7-dev,
libdbus-glib-1-dev,
libevent-dev (>= 1.4.1),
- libfontconfig-dev,
libgconf2-dev,
libglib2.0-dev (>= 2.16.0),
libgtk2.0-dev (>= 2.10),
bgstack15