- <!-- ============================================================== -->
- <!-- Options -->
- <!-- ============================================================== -->
-
- <!-- on Unix the WX_PORT is not a fixed value but rather an option -->
- <if cond="not isdefined('WX_PORT')">
- <set var="WX_PORT_DEFAULT" overwrite="0">auto</set>
- <option name="WX_PORT">
- <values>auto,gtk1,gtk2,msw,x11,motif,mgl,mac</values>
- <default-value>$(WX_PORT_DEFAULT)</default-value>
- <description>
- Port of the wx library to build against
- </description>
- </option>
- </if>
-