VirtualBox

Changeset 58635 in vbox


Ignore:
Timestamp:
Nov 10, 2015 12:51:45 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104030
Message:

Additions/x11: build a video driver for X.Org Server 1.18.

Location:
trunk/src/VBox/Additions/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/undefined_xorg

    r55723 r58635  
    179179xf86SetSingleMode
    180180xf86UpdateDesktopDimensions
     181XNFcallocarray
    181182__xstat64
  • trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk

    r56301 r58635  
    2020
    2121vboxvideo_70_DEFS := \
    22         IN_MODULE XORG_7X RENDER=1 IN_RT_STATIC
     22        IN_MODULE XORG_7X RENDER=1 IN_RT_STATIC X_BYTE_ORDER=X_LITTLE_ENDIAN
    2323ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
    2424 vboxvideo_70_DEFS += __EXTENSIONS__  ## @todo Why this?
     
    384384vboxvideo_drv_117_SOURCES := $(vboxvideo_drv_17_SOURCES)
    385385
     386
     387#
     388# vboxvideo_drv_118
     389#
     390DLLS += vboxvideo_drv_118
     391vboxvideo_drv_118_TEMPLATE = VBOXGUESTR3XORGMOD
     392vboxvideo_drv_118_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
     393vboxvideo_drv_118_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=11800000
     394vboxvideo_drv_118_INCS = \
     395        $(vboxvideo_xorg_INCS) \
     396        $(VBOX_PATH_X11_ROOT)/xorg-server-1.18.0
     397vboxvideo_drv_118_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
     398vboxvideo_drv_118_SOURCES := $(vboxvideo_drv_17_SOURCES)
     399
    386400ifdef VBOX_USE_SYSTEM_XORG_HEADERS
    387401 # Build using local X.Org headers.  We assume X.Org Server 1.7 or later.
     
    437451    endef
    438452
    439     $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113 _114 _115 _116 _117, $(eval $(def_vboxvideo_test)))
     453    $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113 _114 _115 _116 _117 _118, $(eval $(def_vboxvideo_test)))
    440454
    441455    endif # ! VBOX_ONLY_SDK
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette