sunxi-mali: bug fixes for pc and init script

fix bad escape sequences in init script and add correct lib for pc file.

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Spenser Gilliland 2013-08-24 14:41:57 -05:00 committed by Peter Korsgaard
parent 86116e4f25
commit 3e1f853211
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ install_driver() {
OPTS=$2
modprobe $DRIVER $OPTS
maj=$(awk "$$2==\"${DRIVER}\" { print $$1; }" /proc/devices)
maj=$(awk "\$2==\"${DRIVER}\" { print \$1; }" /proc/devices)
rm -f /dev/${DRIVER}

View File

@ -7,6 +7,6 @@ Name: glesv2
Description: ARM Mali implementation of OpenGL ESv2
Version: 2.0
Requires:
Libs: -L${libdir} -lGLESv2 -lGLES_CM -lUMP
Libs: -L${libdir} -lGLESv2 -lGLESv1_CM -lUMP
Cflags: -I${includedir}/GLES2