VirtualBox

Changeset 28575 in vbox


Ignore:
Timestamp:
Apr 21, 2010 9:05:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60397
Message:

Main: add support for polling for USB devices on Linux hosts without usbfs or hal - OSE fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r28539 r28575  
    271271VBOX_WITH_DOCS_PACKING = 1
    272272# Include CHM when building docs (unset in LocalConfig.kmk to suppress CHM)
    273 VBOX_WITH_DOCS_CHM = 1
     273ifneq ($(KBUILD_TARGET),linux)
     274 VBOX_WITH_DOCS_CHM = 1
     275endif
    274276# Don't bother with documentation, overrides VBOX_WITH_DOCS.
    275277# This is not used by makefiles, only Config.kmk, see below.
     
    375377 VBOX_WITH_VUSB = 1
    376378endif
    377 # Enable the hal/sysfs USB code on Linux.  This depends on VBOX_WITH_DBUS.
    378 ifdef VBOX_WITH_DBUS
    379  ifeq ($(KBUILD_TARGET),linux)
    380   VBOX_USB_WITH_SYSFS=1
    381  endif
     379# Enable the hal/sysfs USB code on Linux.
     380ifeq ($(KBUILD_TARGET),linux)
     381 VBOX_USB_WITH_SYSFS=1
    382382endif
    383383# Use the new VBI module on Solaris.
     
    458458VBOX_WITH_MULTIVERSION_PYTHON ?= 1
    459459# Enable the kchmviewer.
    460 VBOX_WITH_KCHMVIEWER = 1
     460VBOX_WITH_KCHMVIEWER =
    461461# Build the testsuite.
    462462VBOX_WITH_TESTSUITE = 1
     
    795795 VBOX_WITH_LPC=
    796796 VBOX_WITH_SMC=
     797 VBOX_USB_WITH_SYSFS=
    797798 # branding
    798799 VBOX_BRAND_BIOS_LOGO          := $(PATH_ROOT)/src/VBox/Devices/Graphics/BIOS/ose_logo.bmp
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