Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574064
Collapse All | Expand All

(-)vlc-2.2.2/configure.ac.orig (-4 lines)
Lines 3754-3763 Link Here
3754
          AC_MSG_WARN([Not building Qt Interface with X11 helpers.])
3754
          AC_MSG_WARN([Not building Qt Interface with X11 helpers.])
3755
      ])
3755
      ])
3756
3756
3757
      PKG_CHECK_EXISTS([Qt5Core >= 5.5.0 Qt5Core < 5.6.0], [
3758
        AC_MSG_ERROR(["You cannot build VLC with Qt-5.5.0. You need to backport I78ef29975181ee22429c9bd4b11d96d9e68b7a9c"])
3759
      ])
3760
3761
      QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix Qt5Core)"
3757
      QT_PATH="$(eval $PKG_CONFIG --variable=exec_prefix Qt5Core)"
3762
      QT_HOST_PATH="$(eval $PKG_CONFIG --variable=host_bins Qt5Core)"
3758
      QT_HOST_PATH="$(eval $PKG_CONFIG --variable=host_bins Qt5Core)"
3763
      AC_PATH_PROGS(MOC, [moc-qt5 moc], moc, ["${QT_HOST_PATH}" "${QT_PATH}/bin" "${CONTRIB_DIR}/bin"])
3759
      AC_PATH_PROGS(MOC, [moc-qt5 moc], moc, ["${QT_HOST_PATH}" "${QT_PATH}/bin" "${CONTRIB_DIR}/bin"])

Return to bug 574064