VirtualBox

Ignore:
Timestamp:
Mar 22, 2013 9:57:51 AM (12 years ago)
Author:
vboxsync
Message:

Additions/X11: build vboxvideo_drv.so for X.Org Server 1.14.

File:
1 edited

Legend:

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

    r44528 r45134  
    323323
    324324
     325#
     326# vboxvideo_drv_114
     327#
     328DLLS += vboxvideo_drv_114
     329vboxvideo_drv_114_TEMPLATE = VBOXGUESTR3XORGMOD
     330vboxvideo_drv_114_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
     331vboxvideo_drv_114_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=101400000
     332vboxvideo_drv_114_INCS = \
     333        $(vboxvideo_xorg_INCS) \
     334        $(VBOX_PATH_X11_ROOT)/xorg-server-1.14.0
     335vboxvideo_drv_114_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
     336vboxvideo_drv_114_SOURCES := $(vboxvideo_drv_15_SOURCES)
     337
     338
    325339ifdef VBOX_USE_SYSTEM_XORG_HEADERS
    326340 # Build using local X.Org headers.  We assume X.Org Server 1.7 or later.
     
    329343 vboxvideo_drv_system_TEMPLATE = VBOXGUESTR3XORGMOD
    330344 vboxvideo_drv_system_CFLAGS := \
    331         $(vboxvideo_drv_70_CFLAGS) -include xorg-server.h
     345        $(vboxvideo_drv_70_CFLAGS) -include xorg-server.h
    332346 vboxvideo_drv_system_DEFS := $(vboxvideo_15_DEFS)
    333347 vboxvideo_drv_system_INCS += \
    334         $(PATH_ROOT)/src/VBox/Runtime/include \
    335         /usr/include/x11 \
    336         /usr/include/X11/dri \
    337         /usr/include/libdrm \
    338         /usr/include/xorg \
    339         /usr/include/pixman-1
     348        $(PATH_ROOT)/src/VBox/Runtime/include \
     349        /usr/include/x11 \
     350        /usr/include/X11/dri \
     351        /usr/include/libdrm \
     352        /usr/include/xorg \
     353        /usr/include/pixman-1
    340354 vboxvideo_drv_system_SOURCES := $(vboxvideo_drv_15_SOURCES)
    341355endif
     
    376390    endef
    377391
    378     $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113, $(eval $(def_vboxvideo_test)))
     392    $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113 _114, $(eval $(def_vboxvideo_test)))
    379393
    380394    endif # ! VBOX_ONLY_SDK
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