Changeset 71663 in vbox
- Timestamp:
- Apr 4, 2018 3:30:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r71630 r71663 323 323 endif 324 324 325 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 326 VirtualBox_LDFLAGS.darwin += -framework OpenGL 327 endif 328 325 329 326 330 # … … 364 368 VirtualBox_LIBS.linux += GL 365 369 VirtualBox_LIBS.freebsd += GL 366 VirtualBox_LDFLAGS.darwin += -framework OpenGL367 370 endif 368 371 ifdef VBOX_WITH_CROGL … … 1270 1273 1271 1274 VBoxGlobal_SOURCES.win += \ 1272 1275 src/platform/win/VBoxUtils-win.cpp 1273 1276 1274 1277
Note:
See TracChangeset
for help on using the changeset viewer.