VirtualBox

Changeset 69937 in vbox


Ignore:
Timestamp:
Dec 5, 2017 4:29:32 PM (7 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxmouse: build driver for X.Org 1.18 in NetBSD 8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk

    r69111 r69937  
    227227
    228228
     229# XXX: should switch to the kernel driver but for now provide the
     230# driver for X.Org 1.18 in NetBSD-8
     231ifeq ($(KBUILD_TARGET), netbsd)
     232
     233DLLS += vboxmouse_drv_118
     234vboxmouse_drv_118_TEMPLATE = VBOXGUESTR3XORGMOD
     235vboxmouse_drv_118_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC
     236vboxmouse_drv_118_INCS := \
     237    $(vboxmouse_xorg_INCS) \
     238        $(VBOX_PATH_X11_ROOT)/xorg-server-1.18.0 \
     239        $(PATH_SUB_CURRENT)
     240vboxmouse_drv_118_SOURCES = \
     241        vboxmouse.c
     242
     243endif # eq ($(KBUILD_TARGET), netbsd)
     244
     245
    229246ifdef VBOX_USE_SYSTEM_XORG_HEADERS
    230247 # As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not
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