Merge pull request #4082 from mrdominuzq/libva

libva: doesn't fail with subdir
This commit is contained in:
Stefan Saraev 2015-04-07 20:51:38 +03:00
commit d1f1d9267c

View File

@ -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