VirtualBox

Changeset 19419 in vbox for trunk/configure


Ignore:
Timestamp:
May 6, 2009 10:06:25 AM (16 years ago)
Author:
vboxsync
Message:

configure: no Mesa check on Darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r19363 r19419  
    21312131
    21322132if [ "$OS" = "darwin" ]; then
    2133   # On Darwin we want to build against Qt4 only. WITH_QT4 is enabled by
    2134   # 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 for
    2136   # Darwin as we disable the Qt3 here anyway.
    2137   # (Qt3 builds for Intel Macs are usually not threaded or for X11. And they
    2138   #  don't contain our patches, which means the result isn't really usable.)
    21392133  BUILD_LIBXSLT=1
    21402134  BUILD_LIBXML2=1
     
    21762170[ $WITH_X11    -eq 1 ] && check_xcursor
    21772171[ $WITH_OPENGL -eq 1 ] && check_xmu
    2178 [ $WITH_OPENGL -eq 1 ] && check_mesa
     2172[ "$OS" != "darwin" -a $WITH_OPENGL -eq 1 ] && check_mesa
    21792173[ $WITH_QT4    -eq 1 ] && check_qt4
    21802174[ $WITH_PYTHON -eq 1 -a "$OS" != "darwin" ] && check_python
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette