VirtualBox

Changeset 14712 in vbox


Ignore:
Timestamp:
Nov 27, 2008 3:17:27 PM (16 years ago)
Author:
vboxsync
Message:

Devices/USB and Main: use hal and sysfs for Linux USB (currently disabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r14691 r14712  
    300300# Enable Pulse support for Linux
    301301VBOX_WITH_PULSE = 1
     302# Enable libhal support for Linux and Solaris
     303VBOX_WITH_LIBHAL = 1
    302304# Disable WINMM support for Windows (not implemented)
    303305VBOX_WITH_WINMM =
     
    360362# Temporary switch for enabling / disabling the new USB code on Darwin.
    361363VBOX_WITH_NEW_USB_CODE_ON_DARWIN=1
     364# Enable the hal/sysfs USB code on Linux.  This depends on VBOX_WITH_LIBHAL.
     365ifdef VBOX_WITH_LIBHAL
     366# VBOX_USB_WITH_SYSFS=1
     367endif
    362368# Use the new VBI module on Solaris.
    363369VBOX_WITH_SOLARIS_VBI = 1
     
    13321338# 32bit X11 LIBPATH for building 32bit guest additions
    13331339VBOX_LIBPATH32_X11 ?= /usr/X11R6/lib32 /usr/X11R6/lib
     1340
     1341# libhal settings for Linux
     1342ifeq ($(KBUILD_TARGET),linux)
     1343 ifdef $(VBOX_WITH_LIBHAL)
     1344  VBOX_LIBHAL_CFLAGS ?= $(shell pkg-config hal --cflags)
     1345  VBOX_LIBHAL_CXXFLAGS ?= VBOX_LIBHAL_CFLAGS
     1346  VBOX_LIBHAL_LDFLAGS ?= $(shell pkg-config hal --libs)
     1347 endif
     1348endif
    13341349
    13351350#
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