summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2015-01-29 16:54:26 +0100
committerDavid 'Digit' Turner <digit@google.com>2015-01-29 16:54:26 +0100
commitd569ea6f9ea657d0719518e46512bc0aad0844f2 (patch)
tree39ca17b77c479e5ec986b1b03d45762d96a40f60
parentfdd759c108d1ad27b9b6e134ee346c3b52d52125 (diff)
downloadx86_64-linux-glibc2.11-4.8-d569ea6f9ea657d0719518e46512bc0aad0844f2.tar.gz
Fix missing symlinks for Mesa3D build.
For some reason, these links were missing, making the SCons Mesa3D build fail at link time. Change-Id: I46c236e37574ade2234a9215499ac687d0e1331d
l---------sysroot/usr/lib/libXdamage.so1
l---------sysroot/usr/lib/libXext.so1
l---------sysroot/usr/lib/libXfixes.so1
3 files changed, 3 insertions, 0 deletions
diff --git a/sysroot/usr/lib/libXdamage.so b/sysroot/usr/lib/libXdamage.so
new file mode 120000
index 0000000..28a298c
--- /dev/null
+++ b/sysroot/usr/lib/libXdamage.so
@@ -0,0 +1 @@
+libXdamage.so.1 \ No newline at end of file
diff --git a/sysroot/usr/lib/libXext.so b/sysroot/usr/lib/libXext.so
new file mode 120000
index 0000000..9ed41ff
--- /dev/null
+++ b/sysroot/usr/lib/libXext.so
@@ -0,0 +1 @@
+libXext.so.6 \ No newline at end of file
diff --git a/sysroot/usr/lib/libXfixes.so b/sysroot/usr/lib/libXfixes.so
new file mode 120000
index 0000000..b0ff625
--- /dev/null
+++ b/sysroot/usr/lib/libXfixes.so
@@ -0,0 +1 @@
+libXfixes.so.3 \ No newline at end of file