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

xorg/system: Modernize #11698

Merged

Commits on Jul 25, 2022

  1. xorg/system: Modernize

    Use tools.system.package_manager ang tools.gnu.PkgConfig from the `conan` namespace.
    This greatly reduces complexity of the package.
    jwillikers committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f390eb7 View commit details
    Browse the repository at this point in the history
  2. Fix list syntax

    jwillikers committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    6a9284d View commit details
    Browse the repository at this point in the history
  3. Do not treat the libraries as system libraries

    This fixes linking against xorg libraries on FreeBSD.
    On FreeBSD, Pkg installs the libraries in /usr/local/lib.
    This is not a system library directory.
    Therefore, the libraries must not be treated as system libraries.
    This links the libraries according to their full paths.
    jwillikers committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fcf01e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ffbcf0 View commit details
    Browse the repository at this point in the history