build: Fix 32-bit Linux notes
authorKarl Schultz <karl@lunarg.com>
Mon, 21 Nov 2016 20:25:32 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2016 20:25:32 +0000 (13:25 -0700)
BUILD.md

index b11dba0..407989f 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -134,7 +134,7 @@ Here are some notes for building 32-bit targets on a 64-bit Ubuntu "reference" p
 
 If not already installed, install the following 32-bit development libraries:
 
-`gcc-multilib g++-multilib xorg-x11-libx11-devel-32bit lib32-x11 libx11-dev:i386 libxcb-dev:i386`
+`gcc-multilib g++-multilib libx11-dev:i386`
 
 This list may vary depending on your distro and which windowing systems you are building for.