mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4082 from mrdominuzq/libva
libva: doesn't fail with subdir
This commit is contained in:
commit
d1f1d9267c
@ -42,12 +42,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
|||||||
--disable-dummy-driver \
|
--disable-dummy-driver \
|
||||||
--with-drivers-path=/usr/lib/va"
|
--with-drivers-path=/usr/lib/va"
|
||||||
|
|
||||||
pre_configure_target() {
|
|
||||||
# libva fails to build in subdirs
|
|
||||||
cd $ROOT/$PKG_BUILD
|
|
||||||
rm -rf .$TARGET_NAME
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin
|
rm -rf $INSTALL/usr/bin
|
||||||
if [ "$DEVTOOLS" = yes ]; then
|
if [ "$DEVTOOLS" = yes ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user