diff options
| author | Michael Biebl <biebl@debian.org> | 2012-01-05 14:18:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-01-05 14:18:22 +0100 |
| commit | b3f0ed4872e26bfb0bcbf0cbb9919dad207f8565 (patch) | |
| tree | b91d9aa890f80de0bad08324b2d3027dc2229293 /debian/control | |
| parent | bcb9f701e331730098de2162e64e38ce0f68da96 (diff) | |
Build against libnl3.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index abd3e663..ae6c9fcd 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.22), - libnl-dev (>= 1.0~pre8), + libnl-3-dev, + libnl-route-3-dev, ppp-dev (>= 2.4.5), libpolkit-gobject-1-dev, libgnutls-dev, |