Changeset 76251 in vbox
- Timestamp:
- Dec 16, 2018 10:32:52 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r76246 r76251 278 278 endif 279 279 ifdef VBOX_WITH_VMSVGA3D 280 #VBOX_WITH_VMSVGA3D_DYNAMIC_LOAD = 1 280 if1of ($(KBUILD_TARGET), linux win) 281 # Dynamically load 3D library (opengl32, libGL). 282 # This is a temporary solution. In future the 3D backend will be in a separate library. 283 VBOX_WITH_VMSVGA3D_DYNAMIC_LOAD = 1 284 endif 281 285 VBoxDD_DEFS += VBOX_WITH_VMSVGA3D 282 286 VBoxDD_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.