Changeset 19419 in vbox for trunk/configure
- Timestamp:
- May 6, 2009 10:06:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r19363 r19419 2131 2131 2132 2132 if [ "$OS" = "darwin" ]; then 2133 # On Darwin we want to build against Qt4 only. WITH_QT4 is enabled by2134 # default so disable Qt3. --disable-qt disables both Qt3 and Qt4 GUI now,2135 # --disable-qt4 disables only the Qt4 GUI (which is not appropriate for2136 # Darwin as we disable the Qt3 here anyway.2137 # (Qt3 builds for Intel Macs are usually not threaded or for X11. And they2138 # don't contain our patches, which means the result isn't really usable.)2139 2133 BUILD_LIBXSLT=1 2140 2134 BUILD_LIBXML2=1 … … 2176 2170 [ $WITH_X11 -eq 1 ] && check_xcursor 2177 2171 [ $WITH_OPENGL -eq 1 ] && check_xmu 2178 [ $WITH_OPENGL -eq 1 ] && check_mesa2172 [ "$OS" != "darwin" -a $WITH_OPENGL -eq 1 ] && check_mesa 2179 2173 [ $WITH_QT4 -eq 1 ] && check_qt4 2180 2174 [ $WITH_PYTHON -eq 1 -a "$OS" != "darwin" ] && check_python
Note:
See TracChangeset
for help on using the changeset viewer.