Skip to content

GitLab

  • Menu
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 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorg
  • lib
  • libpciaccess
  • Merge requests
  • !19

Open
Created Nov 16, 2021 by Satadru Pramanik@satmandu
  • Report abuse
Report abuse

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

  • Overview 2
  • Commits 1
  • Pipelines 3
  • 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
Reviewer
Request review from
Time tracking
Source branch: satmandu-master-patch-29371