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:
parent
86116e4f25
commit
3e1f853211
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user