Changeset 24615 in vbox
- Timestamp:
- Nov 12, 2009 5:29:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r24576 r24615 324 324 # Enable Pulse support for Linux. 325 325 VBOX_WITH_PULSE = 1 326 # Enable statically linked dbus support for Linux.327 if eq ($(KBUILD_TARGET),linux)326 # Enable statically linked dbus support 327 if1of ($(KBUILD_TARGET),linux solaris) 328 328 VBOX_WITH_DBUS = 1 329 329 endif … … 398 398 # Enable the hal/sysfs USB code on Linux. This depends on VBOX_WITH_DBUS. 399 399 ifdef VBOX_WITH_DBUS 400 VBOX_USB_WITH_SYSFS=1 400 ifeq ($(KBUILD_TARGET),linux) 401 VBOX_USB_WITH_SYSFS=1 402 endif 401 403 endif 402 404 # Use the new VBI module on Solaris.
Note:
See TracChangeset
for help on using the changeset viewer.

