VirtualBox

Changeset 24615 in vbox


Ignore:
Timestamp:
Nov 12, 2009 5:29:31 PM (15 years ago)
Author:
vboxsync
Message:

Config.kmk: Enable D-BUS for Solaris (required for VBoxClient / host version notification).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r24576 r24615  
    324324# Enable Pulse support for Linux.
    325325VBOX_WITH_PULSE = 1
    326 # Enable statically linked dbus support for Linux.
    327 ifeq ($(KBUILD_TARGET),linux)
     326# Enable statically linked dbus support
     327if1of ($(KBUILD_TARGET),linux solaris)
    328328 VBOX_WITH_DBUS = 1
    329329endif
     
    398398# Enable the hal/sysfs USB code on Linux.  This depends on VBOX_WITH_DBUS.
    399399ifdef VBOX_WITH_DBUS
    400  VBOX_USB_WITH_SYSFS=1
     400 ifeq ($(KBUILD_TARGET),linux)
     401  VBOX_USB_WITH_SYSFS=1
     402 endif
    401403endif
    402404# Use the new VBI module on Solaris.
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