initial support for libdrm on omap is now upstream

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent fba41c6bfe
commit a9a6aa36a2

@ -1287,7 +1287,7 @@ basic_xfce
fi
if [ ! -f /home/\${USER}/git/libdrm/.git/config ] ; then
git clone git://github.com/RobertCNelson/libdrm.git /home/\${USER}/git/libdrm/
git clone git://anongit.freedesktop.org/mesa/drm /home/\${USER}/git/libdrm/
fi
DPKG_ARCH=\$(dpkg --print-architecture | grep arm)
@ -1309,7 +1309,7 @@ basic_xfce
git checkout master -f
git pull
git branch libdrm-build -D || true
git checkout origin/omap-v2012.3-2 -b libdrm-build
git checkout 2.4.33 -b libdrm-build
./autogen.sh --prefix=/usr --libdir=/usr/lib/arm-linux-\${gnu} --disable-libkms --disable-intel --disable-radeon --enable-omap-experimental-api

Loading…
Cancel
Save