Skip to content

Commit

Permalink
Typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kulve committed Mar 23, 2014
1 parent a563b7e commit a446f37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion get-tegra-t30-r16.sh
Expand Up @@ -6,7 +6,7 @@ SHA1_T30_R16="44e7f84dd6e3b80d37ecddf9cc133031b2653004"
DST="tegra30-r16/nvidia-rootfs"
SRC="Linux_for_Tegra"
TEGRA_LIBDIR="usr/lib/tegra30"
DEBIAN_XORG_ABI="12"
DEBIAN_XORG_ABI="13"

if [ ! -f $FILE_T30_R16 ]
then
Expand Down Expand Up @@ -39,6 +39,8 @@ rm $DST/usr/lib/xorg/modules/drivers/tegra_drv.abi*.so

mkdir -p $DST/$TEGRA_LIBDIR
mv $DST/usr/lib/lib*so* $DST/$TEGRA_LIBDIR
# Remove libjpeg as that breaks XBMC builds
rm $DST/$TEGRA_LIBDIR/libjpeg.so

ln -s libEGL.so.1 $DST/$TEGRA_LIBDIR/libEGL.so
ln -s libGLESv1_CM.so.1 $DST/$TEGRA_LIBDIR/libGLESv1_CM.so
Expand Down
6 changes: 3 additions & 3 deletions tegra30-r16/debian/tegra30-r16-gles2-dev.install
Expand Up @@ -4,6 +4,6 @@ usr/include/EGL
usr/include/GLES2
usr/include/GLES
usr/include/KHR
usr/pkgconfig/glesv2.pc
usr/pkgconfig/egl.ps
usr/pkgconfig/glesv1_cm.pc
usr/lib/pkgconfig/glesv2.pc
usr/lib/pkgconfig/egl.pc
usr/lib/pkgconfig/glesv1_cm.pc
2 changes: 1 addition & 1 deletion tegra30-r16/debian/tegra30-r16-omxil-dev.install
@@ -1,2 +1,2 @@
usr/include/OMXIL
usr/pkgconfig/omxil-tegra.pc
usr/lib/pkgconfig/omxil-tegra.pc

0 comments on commit a446f37

Please sign in to comment.