VirtualBox

Ignore:
Timestamp:
Feb 3, 2011 3:56:03 PM (14 years ago)
Author:
vboxsync
Message:

Additions/x11: build the X.Org drivers for the current X.Org Server 1.10 beta snapshot

File:
1 edited

Legend:

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

    r35779 r35840  
    7272vboxvideo_drv_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
    7373vboxvideo_drv_SOURCES = \
     74        vboxutils.c \
    7475        vboxvideo.c \
    75         vboxutils.c \
    7676        $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp \
    7777        $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp \
     
    291291
    292292
     293#
     294# vboxvideo_drv_110
     295#
     296DLLS += vboxvideo_drv_110
     297vboxvideo_drv_110_TEMPLATE = VBOXGUESTR3XORGMOD
     298vboxvideo_drv_110_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
     299vboxvideo_drv_110_DEFS := $(vboxvideo_drv_15_DEFS)
     300## @todo replace $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local
     301vboxvideo_drv_110_INCS = \
     302        $(VBOX_PATH_X11_ROOT)/fontsproto-2.1.0 \
     303        $(VBOX_PATH_X11_ROOT)/glproto-1.4.10 \
     304        $(VBOX_PATH_X11_ROOT)/mesa-7.2/include \
     305        $(VBOX_PATH_X11_ROOT)/inputproto-1.9.99.902 \
     306        $(VBOX_PATH_X11_ROOT)/libdrm-2.4.13 \
     307        $(VBOX_PATH_X11_ROOT)/libpciaccess-0.10.8 \
     308        $(VBOX_PATH_X11_ROOT)/pixman-0.16.0 \
     309        $(VBOX_PATH_X11_ROOT)/randrproto-1.3.0 \
     310        $(VBOX_PATH_X11_ROOT)/renderproto-0.11 \
     311        $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
     312        $(VBOX_PATH_X11_ROOT)/xf86driproto-2.1.0 \
     313        $(VBOX_PATH_X11_ROOT)/xorg-server-1.9.99.901+git20110131.be3be758 \
     314        $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local \
     315        $(VBOX_PATH_X11_ROOT)/xproto-7.0.18
     316vboxvideo_drv_110_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
     317vboxvideo_drv_110_SOURCES := $(vboxvideo_drv_15_SOURCES)
     318
     319
    293320# Check the undefined symbols in the X.Org modules against lists of allowed
    294321# symbols.  Not very elegant, but it will catch problems early.
     
    382409        $(QUIET)$(APPEND) -t "$@" "done"
    383410
     411     TESTING += $(vboxvideo_drv_110_0_OUTDIR)/tstvboxvideo19.run
     412     OTHERS += $(vboxvideo_drv_110_0_OUTDIR)/tstvboxvideo19.run
     413$$(vboxvideo_drv_110_0_OUTDIR)/tstvboxvideo19.run: $$(INSTARGET_vboxvideo_drv_110)
     414        $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
     415        $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_TARGET)  \
     416            $(INSTARGET_vboxvideo_drv_110) $(VBOXVIDEO_SRC_PATH)/undefined
     417        $(QUIET)$(APPEND) -t "$@" "done"
     418
    384419    endif # ! VBOX_ONLY_SDK
    385420   endif # eq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH))
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