VirtualBox

Changeset 3439 in vbox


Ignore:
Timestamp:
Jul 5, 2007 9:20:45 AM (18 years ago)
Author:
vboxsync
Message:

Added VBOX_WITH_OPENGL (default 1)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3406 r3439  
    223223# Enables the ffmpeg module for recording test runs.
    224224#VBOX_WITH_FFMPEG = 1
     225# Enable OpenGL service
     226VBOX_WITH_OGL=1
    225227
    226228
  • trunk/src/VBox/HostServices/Makefile.kmk

    r3338 r3439  
    2626include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk
    2727ifeq ($(filter-out win linux, $(BUILD_TARGET)),)
     28ifdef VBOX_WITH_OGL
    2829include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk
     30endif
    2931include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk
    3032endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette