Advertisement
Guest User

native_widgets.patch

a guest
Feb 6th, 2016
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -3754,9 +3754,9 @@
  4. AC_MSG_WARN([Not building Qt Interface with X11 helpers.])
  5. ])
  6.  
  7. - PKG_CHECK_EXISTS([Qt5Core >= 5.5.0 Qt5Core < 5.6.0], [
  8. - AC_MSG_ERROR(["You cannot build VLC with Qt-5.5.0. You need to backport I78ef29975181ee22429c9bd4b11d96d9e68b7a9c"])
  9. - ])
  10. +# PKG_CHECK_EXISTS([Qt5Core >= 5.5.0 Qt5Core < 5.6.0], [
  11. +# AC_MSG_ERROR(["You cannot build VLC with Qt-5.5.0. You need to backport #I78ef29975181ee22429c9bd4b11d96d9e68b7a9c"])
  12. +# ])
  13.  
  14. QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix Qt5Core)"
  15. QT_HOST_PATH="$(eval $PKG_CONFIG --variable=host_bins Qt5Core)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement