[vbox-dev] What's up with 4.3.8 and VBOX_USE_SYSTEM_XORG_HEADERS=1

Sérgio Basto sergio at serjux.com
Wed Mar 12 17:19:41 GMT 2014


On Qua, 2014-03-12 at 16:16 +0100, Michael Thayer wrote: 
> On 12/03/14 15:16, Michael Thayer wrote:
> > On 07/03/14 18:05, Sérgio Basto wrote:
> >   > when I try to compile VBOX with VBOX_USE_SYSTEM_XORG_HEADERS=1 , fails
> >   > on build guests , on Linux Fedora 20 and rawhide .
> >   > No doubt that you change thing in Linux guests ... also
> >   > VBOX_USE_SYSTEM_XORG_HEADERS=1 assumes that we have Xorg 7  => xserver
> >   > 1.1 , when we have xserver 1.15 , so IMHO we can drop support to xserver
> >   > < 1.6 or 1.8 or 1.10 at least .
> >
> > Could you please try this patch?
> >
> > Regards,
> >
> > Michael
> >
> > Index: src/VBox/Additions/x11/vboxvideo/Makefile.kmk
> > ===================================================================
> > --- src/VBox/Additions/x11/vboxvideo/Makefile.kmk    (revision 92751)
> > +++ src/VBox/Additions/x11/vboxvideo/Makefile.kmk    (working copy)
> > @@ -377,7 +377,7 @@
> >            /usr/include/libdrm \
> >            /usr/include/xorg \
> >            /usr/include/pixman-1
> > - vboxvideo_drv_system_SOURCES := $(vboxvideo_drv_15_SOURCES)
> > + vboxvideo_drv_system_SOURCES := $(vboxvideo_drv_17_SOURCES)
> >    endif
> 
> I see someone else has noticed this:
> 
> https://www.virtualbox.org/ticket/12803


Great, many thanks, I will test it tonight, and I will give you
feedback. 

> Regards,
> 
> Michael

-- 
Sérgio M. B.





More information about the vbox-dev mailing list