Preferentially build-depend on libgdk-pixbuf-2.0-dev

We don't need the deprecated Xlib integration that is also pulled in
by the older libgdk-pixbuf2.0-dev package (see #974870).
This commit is contained in:
Simon McVittie
2020-11-23 23:33:31 +00:00
parent 881e61decc
commit 2f9f463559
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -32,7 +32,7 @@ Build-Depends: debhelper-compat (= 13),
libglib2.0-doc,
libgtk2.0-dev (>= 2.24.10),
libgtk2.0-doc,
libgdk-pixbuf2.0-dev (>= 2.30.8),
libgdk-pixbuf-2.0-dev (>= 2.30.8) | libgdk-pixbuf2.0-dev (>= 2.30.8),
libgdk-pixbuf2.0-doc,
libgs-dev,
libgudev-1.0-dev (>= 167) [linux-any],

2
debian/control.in vendored
View File

@ -28,7 +28,7 @@ Build-Depends: debhelper-compat (= 13),
libglib2.0-doc,
libgtk2.0-dev (>= 2.24.10),
libgtk2.0-doc,
libgdk-pixbuf2.0-dev (>= 2.30.8),
libgdk-pixbuf-2.0-dev (>= 2.30.8) | libgdk-pixbuf2.0-dev (>= 2.30.8),
libgdk-pixbuf2.0-doc,
libgs-dev,
libgudev-1.0-dev (>= 167) [linux-any],