Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retroarch: fix build on Darwin #102230

Closed
wants to merge 7 commits into from

Commits on Oct 31, 2020

  1. libretro.mame*: fix build on Darwin

    It was found out in the course of NixOS#102078 that the libretro.mame*
    packages did not build on macOS, both because of an unconditional
    dependency on alsa-lib (which is exclusive to Linux) and references
    to GCC scattered across makefiles.
    
    This commit makes alsa-lib a dependency only on Linux, and tries to
    force usage of the generic `cc`/`c++` commands.  Ideally we'd refer
    to the `$CC` and `$CXX` environment variables, but that seems to
    introduce recursive expansion problems for make.
    
    Thanks to @SuperSandro2000 for suggestions and actual testing.
    AluisioASG committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    8a0d39f View commit details
    Browse the repository at this point in the history
  2. retroarch: require Wayland on Linux only

    Wayland is not used or supported in other platforms.
    AluisioASG committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    34fe576 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    b72d796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c6260 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    978b8de View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. libretro.*: morning fixes

    AluisioASG committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    554675c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    ac211b0 View commit details
    Browse the repository at this point in the history