Changeset 86228 in vbox for trunk/configure
- Timestamp:
- Sep 22, 2020 6:59:50 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r85391 r86228 1437 1437 test_header "OpenGL support" 1438 1438 echo "enabled" 1439 cnf_append "VBOX_WITH_CROGL" "1"1440 1439 else 1441 1440 check_xmu … … 2768 2767 # emit disable directives corresponding to any --disable-xxx options. 2769 2768 if [ $WITH_OPENGL -eq 0 ]; then 2770 cnf_append "VBOX_WITH_CROGL" "" 2769 cnf_append "VBOX_WITH_VMSVGA3D" "" 2770 cnf_append "VBOX_WITH_3D_ACCELERATION" "" 2771 2771 cnf_append "VBOX_WITH_VIDEOHWACCEL" "" 2772 2772 cnf_append "VBOX_GUI_USE_QGL" ""
Note:
See TracChangeset
for help on using the changeset viewer.