forked from pool/python-wxPython
Jan Engelhardt
66f31faeb6
- Wrap all relevant build dependencies when building with system wxWidgets library. - Add patches to allow building with STL variant of wxGTK: * 0001-Fix-conversion-of-variant-list-members.patch * use_stl_build.patch * 0001-Fix-wxUIActionSimulator-Text-parameter-documentation.patch * 0003-Use-explicit-wxString-c_str-conversion-for-sipFindTy.patch OBS-URL: https://build.opensuse.org/request/show/818645 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=18
11 lines
475 B
Diff
11 lines
475 B
Diff
--- wxPython-4.1.0/buildtools/build_wxwidgets.py_orig 2020-05-30 01:24:47.890132236 +0200
|
|
+++ wxPython-4.1.0/buildtools/build_wxwidgets.py 2020-05-30 01:25:59.574988273 +0200
|
|
@@ -362,6 +362,7 @@
|
|
else:
|
|
configure_opts.append("--enable-universal_binary=%s" % options.mac_universal_binary)
|
|
|
|
+ configure_opts.append("--enable-stl")
|
|
|
|
print("Configure options: " + repr(configure_opts))
|
|
wxBuilder = builder.AutoconfBuilder()
|