1. 13 Jun, 2021 2 commits
    • lat9nq's avatar
      cmake: Check dependencies for Linux Qt package · 2bb0cc86
      lat9nq authored
      Currently Qt will download whether or not the target system supports the
      package. Normally this isn't an issue since the package manager would
      work out the dependencies for us, but in this case we must make sure
      everything is in place before downloading the package.
      
      This checks for the package's requirements, as well as tries to provides
      hints as to what is required on some of the more cryptic dependencies.
      2bb0cc86
    • lat9nq's avatar
      cmake: Fix find_program usage for 3.15 · 932c0184
      lat9nq authored
      yuzu requires CMake 3.15 yet find_program was using REQUIRED, which is
      only available on 3.18 and later. Instead, we check for
      "<VAR>-NOTFOUND".
      
      In addition, check for additional requirements before building libusb or
      FFmpeg with autotools. Otherwise, CMake configuration will pass yet
      compilation will fail.
      932c0184
  2. 11 Jun, 2021 23 commits
  3. 10 Jun, 2021 9 commits
  4. 09 Jun, 2021 6 commits