~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/Additions/x11/vboxvideo/Makefile.kmk

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-17 23:23:09 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20111017232309-kzm6841lzk61ranj
Tags: 4.1.4-dfsg-1
* New upstream release.
  - Fixes missing icons when using pt_BR locale. (Closes: #507188)
  - Fixes guest additions download url. (Closes: #637349; LP: #840668)
* Refresh patches.
* Drop the vboxmouse x11 driver. The mouse integration is now completely
  handled by the kernel module.
* Restrict dh_pycentral to the virtualbox binary package.
* Merge changes from the Ubuntu package but use them only when built
  on Ubuntu:
  - Add an Apport hook.
  - Add vboxguest modalias to the package control field.
* Pass KBUILD_VERBOSE=2 to kmk.
* Add 36-fix-text-mode.patch to fix text mode when using the vboxvideo driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.kmk 38152 2011-07-25 12:19:13Z vboxsync $
 
1
# $Id: Makefile.kmk $
2
2
## @file
3
3
# Sub-Makefile for the VBox Linux Additions X.org graphics driver.
4
4
#
314
314
vboxvideo_drv_110_SOURCES := $(vboxvideo_drv_15_SOURCES)
315
315
 
316
316
 
 
317
#
 
318
# vboxvideo_drv_111
 
319
#
 
320
vboxvideo_drv_111_TEMPLATE = VBOXGUESTR3XORGMOD
 
321
vboxvideo_drv_111_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
 
322
vboxvideo_drv_111_DEFS := $(vboxvideo_drv_15_DEFS)
 
323
## @todo replace $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local
 
324
vboxvideo_drv_111_INCS = \
 
325
        $(VBOX_PATH_X11_ROOT)/fontsproto-2.1.0 \
 
326
        $(VBOX_PATH_X11_ROOT)/glproto-1.4.10 \
 
327
        $(VBOX_PATH_X11_ROOT)/mesa-7.2/include \
 
328
        $(VBOX_PATH_X11_ROOT)/inputproto-1.9.99.902 \
 
329
        $(VBOX_PATH_X11_ROOT)/libdrm-2.4.13 \
 
330
        $(VBOX_PATH_X11_ROOT)/libpciaccess-0.10.8 \
 
331
        $(VBOX_PATH_X11_ROOT)/pixman-0.16.0 \
 
332
        $(VBOX_PATH_X11_ROOT)/randrproto-1.3.0 \
 
333
        $(VBOX_PATH_X11_ROOT)/renderproto-0.11 \
 
334
        $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
 
335
        $(VBOX_PATH_X11_ROOT)/xf86driproto-2.1.0 \
 
336
        $(VBOX_PATH_X11_ROOT)/xorg-server-1.11.0 \
 
337
        $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local \
 
338
        $(VBOX_PATH_X11_ROOT)/xproto-7.0.18
 
339
vboxvideo_drv_111_INCS += $(PATH_ROOT)/src/VBox/Runtime/include
 
340
vboxvideo_drv_111_SOURCES := $(vboxvideo_drv_15_SOURCES)
 
341
 
 
342
 
317
343
vboxvideo_drv_$(XSERVER_VERSION)_NAME := vboxvideo_drv
318
344
vboxvideo_drv_$(XSERVER_VERSION)_INCS := \
319
345
        /usr/include/xorg \
430
456
            $(vboxvideo_drv_110_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
431
457
        $(QUIET)$(APPEND) -t "$@" "done"
432
458
 
 
459
     TESTING += $(vboxvideo_drv_111_0_OUTDIR)/tstvboxvideo111.run
 
460
     OTHERS += $(vboxvideo_drv_111_0_OUTDIR)/tstvboxvideo111.run
 
461
$$(vboxvideo_drv_111_0_OUTDIR)/tstvboxvideo111.run: $$(vboxvideo_drv_111_1_STAGE_TARGET)
 
462
        $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)
 
463
        $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_TARGET)  \
 
464
            $(vboxvideo_drv_111_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined
 
465
        $(QUIET)$(APPEND) -t "$@" "done"
 
466
 
433
467
    endif # ! VBOX_ONLY_SDK
434
468
   endif # eq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH))
435
469
  endif # eq ($(KBUILD_TARGET),linux)