[vlc-commits] contrib:qt: fix native compilation

Steve Lhomme git at videolan.org
Tue Apr 30 09:55:40 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Apr 24 16:10:17 2019 +0200| [c44e367607f386a74bc615cb12f0e0eef726f7c1] | committer: Steve Lhomme

contrib:qt: fix native compilation

The extraction path has changed in 004e367b8e656db418336dbeae87e5878050288d

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c44e367607f386a74bc615cb12f0e0eef726f7c1
---

 contrib/src/qt/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 373174c28f..3e6018c61e 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -41,7 +41,7 @@ endif
 ifdef HAVE_CROSS_COMPILE
 	$(APPLY) $(SRC)/qt/0003-allow-cross-compilation-of-angle-with-wine.patch
 else
-	cd qt-$(QT_VERSION_FULL); for i in QtFontDatabaseSupport QtWindowsUIAutomationSupport QtEventDispatcherSupport QtCore; do \
+	cd $(UNPACK_DIR); for i in QtFontDatabaseSupport QtWindowsUIAutomationSupport QtEventDispatcherSupport QtCore; do \
 		sed -i -e 's,"../../../../../src,"../src,g' include/$$i/$(QT_VERSION)/$$i/private/*.h; done
 endif
 



More information about the vlc-commits mailing list