Imported using git-ubuntu import.
Changelog parent: ed058a9ed5
New changelog entries:
* touch/80-enable-libhybris.chroot: making libhybris the default alternatives
for EGL/GLESv2 on touch
impish
parent
ed058a9ed5
commit
0ae537f96e
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
|
||||
echo "I: making libhybris the default alternatives for ${DEB_HOST_MULTIARCH}_egl_conf"
|
||||
update-alternatives --set ${DEB_HOST_MULTIARCH}_egl_conf /usr/lib/$DEB_HOST_MULTIARCH/libhybris-egl/ld.so.conf
|
||||
|
||||
# ldconfig needs to be run immediately as we're changing /etc/ld.so.conf.d/ with alternatives.
|
||||
LDCONFIG_NOTRIGGER=y ldconfig
|
Loading…
Reference in new issue