Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libpciaccess
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • lib
  • libpciaccess
  • Merge requests
  • !19

Add support for building on macOS w/o X11, using endian code from "portable_endian.h"...

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Satadru Pramanik requested to merge satmandu/libpciaccess:satmandu-master-patch-29371 into master Nov 16, 2021
  • Overview 2
  • Commits 1
  • Pipelines 4
  • Changes 1

Add support for building on macOS, using endian code from "portable_endian.h" at https://gist.github.com/PkmX/63dd23f28ba885be53a5

Also as mentioned here: https://marc.info/?l=nix-dev&m=139641595817598&w=2

Previously, libpciaccess did not need to be built independently on macOS, as downstream packages such as libdrm did not need it for building with the X11 libraries which come with Xquartz.

But now that a Wayland compositor for macOS is available, it makes sense to build libdrm and it's dependencies without X11 support, so that xwayland can also be built for macos.

And since libdrm demands that libpciaccess be built...

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: satmandu-master-patch-29371