Commit ec68e9d3c14ee99362c42b7f9dae43e5637ee31a
1 parent
8c6a05d4
Exists in
master
and in
1 other branch
Fixing "deb" devel package dependency.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
debian/control
... | ... | @@ -15,7 +15,7 @@ Description: TN3270 Access library. |
15 | 15 | Package: libv3270-dev |
16 | 16 | Architecture: any |
17 | 17 | Section: libdevel |
18 | -Depends: ${misc:Depends}, pkg-config, lib3270-dev, libv3270 (= ${binary:Version}) | |
18 | +Depends: ${misc:Depends}, pkg-config, libgtk-3-dev, lib3270-dev, libv3270 (= ${binary:Version}) | |
19 | 19 | Provides: libv3270-dev (= ${binary:Version}) |
20 | 20 | Description: TN3270 Access library development files. |
21 | 21 | 3270 Virtual Terminal for GTK development files. | ... | ... |