Commit b068e07f08e2b5a9fc8fac247d42391ddad92630

Authored by Perry Werneck
1 parent 64bfb1a6
Exists in master and in 1 other branch develop

Fixing win32 build.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
win/mingw32-libv3270.spec
... ... @@ -50,6 +50,7 @@ Conflicts: otherproviders(mingw32-libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION})
50 50 BuildRequires: autoconf
51 51 BuildRequires: automake
52 52 BuildRequires: gettext-tools
  53 +BuildRequires: pkgconfig(glib-2.0)
53 54  
54 55 BuildRequires: mingw32-cross-binutils
55 56 BuildRequires: mingw32-cross-gcc
... ... @@ -63,7 +64,7 @@ BuildRequires: mingw32(pkg:gtk+-win32-3.0)
63 64 BuildRequires: mingw32(lib:iconv)
64 65 BuildRequires: mingw32(lib:intl)
65 66  
66   -BuildRequires: mingw32(lib:3270)
  67 +BuildRequires: mingw32(pkg:lib3270) >= 5.2
67 68  
68 69 %description
69 70  
... ...