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

Michael Thayer michael.thayer at oracle.com
Wed Mar 12 14:16:44 GMT 2014


Hello Sérgio,

(Re-sending as I forgot to include the list.)

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
-- 
ORACLE Deutschland B.V. & Co. KG   Michael Thayer
Werkstrasse 24                     VirtualBox engineering
71384 Weinstadt, Germany           mailto:michael.thayer at oracle.com

Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603
Geschäftsführer: Jürgen Kunz

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher




More information about the vbox-dev mailing list