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

Ensure pkg-config Requires are correct #132

Merged
merged 3 commits into from
Dec 21, 2018
Merged

Ensure pkg-config Requires are correct #132

merged 3 commits into from
Dec 21, 2018

Commits on Dec 21, 2018

  1. build: Require a newer version of Meson

    Version 0.48.0 is the current stable - 1 version of Meson.
    ebassi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    d0a9707 View commit details
    Browse the repository at this point in the history
  2. Ensure that graphene-1.0.pc has the right Requires

    The graphene-1.0 pkg-config file should not have gobject-2.0 as part of
    the public Requires field; for that, you need graphene-gobject-1.0.
    
    The gobject-2.0 dependency should be present in the Requires.private
    field *only* if Graphene was built with GObject types support.
    ebassi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2948caf View commit details
    Browse the repository at this point in the history
  3. ci: Update AppVeyor's MSVC script

    We depend on a newer version of Meson, but let's use the latest stable
    to give us some leeway.
    ebassi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2a14064 View commit details
    Browse the repository at this point in the history