Changeset 3439 in vbox
- Timestamp:
- Jul 5, 2007 9:20:45 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3406 r3439 223 223 # Enables the ffmpeg module for recording test runs. 224 224 #VBOX_WITH_FFMPEG = 1 225 # Enable OpenGL service 226 VBOX_WITH_OGL=1 225 227 226 228 -
trunk/src/VBox/HostServices/Makefile.kmk
r3338 r3439 26 26 include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk 27 27 ifeq ($(filter-out win linux, $(BUILD_TARGET)),) 28 ifdef VBOX_WITH_OGL 28 29 include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk 30 endif 29 31 include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk 30 32 endif
Note:
See TracChangeset
for help on using the changeset viewer.