Unconditionally depend on libpcre >= 8.10 (#2472)
Even Debian oldstable has 8.30, so let’s get rid of conditional compilation where we don’t actually need it.
This commit is contained in:
committed by
GitHub
parent
f4f9b7102d
commit
c93056b2d8
2
debian/control
vendored
2
debian/control
vendored
@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9),
|
||||
pkg-config,
|
||||
libev-dev (>= 1:4.04),
|
||||
libyajl-dev (>= 2.0.4),
|
||||
libpcre3-dev,
|
||||
libpcre3-dev (>= 1:8.10),
|
||||
libstartup-notification0-dev (>= 0.10),
|
||||
libcairo2-dev,
|
||||
libpango1.0-dev,
|
||||
|
Reference in New Issue
Block a user