summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-26 20:33:17 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-26 20:33:17 -0500
commit074d96d8ecdece95d8e39f8b17d31f440266eeff (patch)
tree0f3a9ca0b08cc47932bb77cc54080c1c97e77457 /newmoon/debian/control
parentnm 32.5.2 rc1 (diff)
downloadstackrpms-074d96d8ecdece95d8e39f8b17d31f440266eeff.tar.gz
stackrpms-074d96d8ecdece95d8e39f8b17d31f440266eeff.tar.bz2
stackrpms-074d96d8ecdece95d8e39f8b17d31f440266eeff.zip
add ffmpeg patch from videolan.org
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control1
1 files changed, 0 insertions, 1 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index 647a0fc..cb9cd4f 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 12),
libasound2-dev,
libdbus-glib-1-dev (>= 0.60),
libfontconfig1-dev,
- libgconf2-dev (>= 1.2.1),
libgtk2.0-dev (>= 2.18),
libpulse-dev,
libx11-xcb-dev,
bgstack15