You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
1e733f9dda
- only a few backends left under [gui_support] in version 3 that require
extension code to be compiled. All other backends can be selected at
runtime, depending on which toolkits are installed.
- leave all variants for the backends as is. For most of them the
reinplace will not do anything; but the alternative is adding
if-statements around all the reinplace blocks...
29 lines
443 B
Diff
29 lines
443 B
Diff
--- setup.cfg 2018-10-03 11:50:33.000000000 +0400
|
|
+++ setup.cfg 2018-10-03 11:54:34.000000000 +0400
|
|
@@ -0,0 +1,25 @@
|
|
+[gui_support]
|
|
+agg=True
|
|
+cairo=False
|
|
+gtk=False
|
|
+gtk3agg=False
|
|
+gtk3cairo=False
|
|
+gtkagg=False
|
|
+macosx=True
|
|
+pyside=False
|
|
+qt4agg=False
|
|
+qt5agg=False
|
|
+tkagg=False
|
|
+windowing=False
|
|
+wxagg=False
|
|
+
|
|
+[packages]
|
|
+sample_data=True
|
|
+toolkits=True
|
|
+tests=False
|
|
+
|
|
+[rc_options]
|
|
+backend=MacOSX
|
|
+
|
|
+[directories]
|
|
+basedirlist=@@PREFIX@@
|