Changeset 47207 in vbox
- Timestamp:
- Jul 17, 2013 10:22:20 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87320
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r47163 r47207 595 595 # enable new wined3d code 596 596 VBOX_WITH_NEW_WINE = 1 597 # Enable the VNC server extension pack (GPL only).598 #VBOX_WITH_EXTPACK_VNC = 1599 597 # Enable S3 support (requires libcurl) 600 598 VBOX_WITH_S3 = 1 … … 645 643 # Enables building+packing the Oracle VM VirtualBox Extension Pack, includes VBOX_WITH_EXTPACK_PUEL 646 644 VBOX_WITH_EXTPACK_PUEL_BUILD = 1 645 # Enable the BusMouse sample extension pack. 646 #VBOX_WITH_EXTPACK_BUSMOUSESAMPLE = 1 647 # Enable the VNC server extension pack (GPL only). 648 #VBOX_WITH_EXTPACK_VNC = 1 647 649 ## @} 648 650 -
trunk/src/VBox/ExtPacks/Makefile.kmk
r41477 r47207 25 25 include $(PATH_SUB_CURRENT)/VNC/Makefile.kmk 26 26 endif 27 ifdef VBOX_WITH_EXTPACK_BUSMOUSESAMPLE 28 include $(PATH_SUB_CURRENT)/BusMouseSample/Makefile.kmk 29 endif 27 30 28 31 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.