Changeset 50219 in vbox for trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
- Timestamp:
- Jan 24, 2014 12:19:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r49877 r50219 354 354 355 355 356 # 357 # vboxvideo_drv_115 358 # 359 DLLS += vboxvideo_drv_115 360 vboxvideo_drv_115_TEMPLATE = VBOXGUESTR3XORGMOD 361 vboxvideo_drv_115_CFLAGS := $(vboxvideo_drv_70_CFLAGS) 362 vboxvideo_drv_115_DEFS := $(vboxvideo_15_DEFS) XORG_VERSION_CURRENT=101500000 363 vboxvideo_drv_115_INCS = \ 364 $(vboxvideo_xorg_INCS) \ 365 $(VBOX_PATH_X11_ROOT)/xorg-server-1.15.0 366 vboxvideo_drv_115_INCS += $(PATH_ROOT)/src/VBox/Runtime/include 367 vboxvideo_drv_115_SOURCES := $(vboxvideo_drv_17_SOURCES) 368 369 356 370 ifdef VBOX_USE_SYSTEM_XORG_HEADERS 357 371 # Build using local X.Org headers. We assume X.Org Server 1.7 or later. … … 407 421 endef 408 422 409 $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113 _114 , $(eval $(def_vboxvideo_test)))423 $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113 _114 _115, $(eval $(def_vboxvideo_test))) 410 424 411 425 endif # ! VBOX_ONLY_SDK
Note:
See TracChangeset
for help on using the changeset viewer.