[vbox-dev] my patches for VirtualBox-4.2.0 on Fedora 17+

Sérgio Basto sergio at serjux.com
Thu Dec 27 17:50:17 GMT 2012


On Qui, 2012-12-20 at 13:40 +0100, Michael Thayer wrote:
> >> I want unblundle $(VBOX_PATH_X11_XFREE_4_3)/, if not required have
> >> a rule in kmk that doesn't try to build it, would be nice.
> The intention was that the lines
>    "SYSMODS := $(filter-out vboxvideo_drv%,$(SYSMODS))"
> and
>    "SYSMODS := $(filter-out vboxmouse_drv%,$(SYSMODS))"
> in the src/VBox/Additions/x11/vbox[video|mouse]/Makefile.kmk should
> do 
> just this.  Do they not work as intended? 

--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig  
+++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk  
@@ -39,11 +39,13 @@ LIBRARIES += \
    VBoxGuestR3Lib \
    VBoxGuestR3LibShared
ifndef VBOX_ONLY_TESTSUITE
+ifndef VBOX_USE_SYSTEM_XORG_HEADERS
  if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
   LIBRARIES += \
    VBoxGuestR3LibXFree86
  endif
endif
+endif
LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86


This rule in src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk make
build VBoxGuestR3LibXFree86 , so ifndef VBOX_USE_SYSTEM_XORG_HEADERS
solved the problem , what do you think ? 



-- 
Sérgio M. B.





More information about the vbox-dev mailing list