Changeset 90354 in vbox for trunk/configure
- Timestamp:
- Jul 27, 2021 11:57:54 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145918
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r90172 r90354 82 82 WITH_VMMRAW=1 83 83 WITH_LIBIDL=1 84 WITH_GSOAP=085 84 WITH_QT5=1 86 85 WITH_SDL=1 … … 2375 2374 [ $WITH_OPENGL -eq 1 ] && echo " --disable-opengl disable OpenGL support (2D & 3D)" 2376 2375 [ $WITH_QT5 -eq 0 ] && echo " --enable-qt5 enable Qt5 detection" 2377 [ $WITH_GSOAP -eq 0 ] && echo " --enable-webservice enable the webservice stuff"2378 2376 [ $OSE -eq 1 ] && echo " --enable-vnc enable the VNC server" 2379 2377 [ $OSE -eq 0 ] && echo " --disable-extpack don't build the extpack" … … 2410 2408 [ "$OS" = "linux" ] && echo " --with-linux=DIR Linux kernel source directory [$LINUX]" 2411 2409 [ $WITH_QT5 -eq 1 ] && echo " --with-qt-dir=DIR directory for Qt headers/libraries [pkgconfig]" 2412 [ $WITH_GSOAP -eq 1 ] && echo " --with-gsoap-dir=PATH directory for gSOAP compiler/headers/libraries"2413 [ $WITH_GSOAP -eq 1 ] && echo " (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so)"2414 [ $WITH_GSOAP -eq 1 ] && echo " --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h)"2415 2410 cat << EOF 2411 --with-gsoap-dir=PATH directory for gSOAP compiler/headers/libraries 2412 (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so) 2413 --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h) 2416 2414 --with-openssl-dir=DIR directory for OpenSSL headers/libraries 2417 2415 --with-ow-dir=DIR directory where Open Watcom can be found [$WATCOM] … … 2592 2590 ;; 2593 2591 --enable-webservice) 2594 [ $WITH_GSOAP -eq 0 ] && WITH_GSOAP=12595 2592 ;; 2596 2593 --enable-vnc) … … 2909 2906 [ -n "$SETUP_WINE" ] && setup_wine 2910 2907 2911 if [ $ONLY_ADDITIONS -eq 0 -a $WITH_GSOAP -eq 1]; then2908 if [ $ONLY_ADDITIONS -eq 0 ]; then 2912 2909 check_gsoap 2913 2910 else 2914 if [ $OSE -ge 1 ]; then 2915 cnf_append "VBOX_WITH_WEBSERVICES" "" 2916 fi 2911 cnf_append "VBOX_WITH_WEBSERVICES" "" 2917 2912 fi 2918 2913
Note:
See TracChangeset
for help on using the changeset viewer.