summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-03-26 19:21:20 +0000
committer <>2014-05-08 15:03:54 +0000
commitfb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch)
treec2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README
parent58ed4748338f9466599adfc8a9171280ed99e23f (diff)
downloadVirtualBox-master.tar.gz
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README')
-rw-r--r--src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README b/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README
new file mode 100644
index 00000000..bb1e21cd
--- /dev/null
+++ b/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/README
@@ -0,0 +1,18 @@
+The contents of this directory were extracted from the contents of the
+archive xorg-server-1.15.0.tar.bz2, as downloaded from ftp.x.org, using the
+following shell script:
+
+for i in `find xorg-server-1.15.0 -name '*.h' | grep -v hw/xwin |
+ grep -v hw/xquartz | grep -v hw/kdrive | grep -v hw/xnest |
+ grep -v hw/xprint | grep -v hw/xgl`
+ do
+ cp ${i} ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
+ done
+sed -e 's/\(Uchar.*:[0-9];$\)/__extension__ \1/g' \
+ -e '/union {/,/}/ s/};/} dummy;/' \
+ ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/edid.h \
+ > ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/\
+edid-new.h
+mv ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/\
+edid-new.h \
+${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/edid.h