Changeset 104709 in vbox
- Timestamp:
- May 17, 2024 12:51:17 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163265
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r104707 r104709 1029 1029 # Enables the extension pack feature. 1030 1030 VBOX_WITH_EXTPACK = 1 1031 # Enables separating code into the Oracle VM VirtualBoxExtension Pack, dubbed PUEL.1031 # Enables separating code into the Extension Pack, dubbed PUEL. 1032 1032 VBOX_WITH_EXTPACK_PUEL = 1 1033 # Enables building+packing the Oracle VM VirtualBoxExtension Pack, includes VBOX_WITH_EXTPACK_PUEL1033 # Enables building+packing the Extension Pack, includes VBOX_WITH_EXTPACK_PUEL 1034 1034 VBOX_WITH_EXTPACK_PUEL_BUILD = 1 1035 1035 # Enable the BusMouse sample extension pack. -
trunk/debian/control
r98109 r104709 30 30 linux-image, gcc, make | build-essential | dpkg-dev, binutils, 31 31 pdf-viewer, libgl1 32 Description: Oracle V M VirtualBox32 Description: Oracle VirtualBox 33 33 VirtualBox is a powerful PC virtualization solution allowing you to run a 34 34 wide range of PC operating systems on your Linux system. This includes … … 41 41 Architecture: i386 amd64 42 42 Depends: virtualbox-ose (= ${binary:Version}) 43 Description: Oracle V M VirtualBox debugging symbols43 Description: Oracle VirtualBox debugging symbols 44 44 VirtualBox is a powerful PC virtualization solution allowing you to run a 45 45 wide range of PC operating systems on your Linux system. This includes
Note:
See TracChangeset
for help on using the changeset viewer.