Browse Source

wx apps seems to require thread support in the underlying glib

master
parent
commit
70ebeff8cd
  1. 6
      wx/wx.spec

6
wx/wx.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: LGPL
Version: 2.4.1
Release: 20030725
Release: 20030728
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/wxwindows/wxGTK-%{version}.tar.bz2
@ -41,8 +41,8 @@ Source0: http://osdn.dl.sourceforge.net/sourceforge/wxwindows/wxGTK-%{versi
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, gtk, zlib, png, tiff, jpeg, libiconv, gcc, make
PreReq: OpenPKG, openpkg >= 20030103, X11, gtk, zlib, png, tiff, jpeg, libiconv
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, glib, glib::with_threads = yes, gtk, zlib, png, tiff, jpeg, libiconv, gcc, make
PreReq: OpenPKG, openpkg >= 20030103, X11, glib, glib::with_threads = yes, gtk, zlib, png, tiff, jpeg, libiconv
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save