VirtualBox

Changeset 58073 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Oct 7, 2015 8:51:23 AM (9 years ago)
Author:
vboxsync
Message:

Installer/linux/debian/rules: automatically disable Wine if everything we need it for is available pre-built.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/rules

    r58012 r58073  
    4040#  PKGDIR=<path>    where to store the final package(s)
    4141#  BLEEDING_EDGE=xyz
     42#
     43# NODOCS will also be set if UserManual*.pdf and VirtualBox*.chm are placed in
     44# $(vboxroot)/prebuild.  STAGEDISO will be set if VBoxGuestAdditions.iso is
     45# placed there.  Wine will not be required to be available if both NODOCS and
     46# STAGEDISO are set.
    4247
    4348package  := virtualbox
     
    5863NOQT     ?= $(HEADLESS)
    5964NOWEBSVC ?= $(ose)
     65NODOCS   ?= $(if $(wildcard $(vboxroot)/prebuild/UserManual*.pdf),$(if $(wildcard $(vboxroot)/prebuild/VirtualBox*.chm),1,),)
     66STAGEDISO ?= $(if $(wildcard $(vboxroot)/prebuild/VBoxGuestAdditions.iso),$(vboxroot)/prebuild,)
    6067NOWINE   := $(if $(NODOCS),$(if $(STAGEDISO),1,),)$(ose)
    6168
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