Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G gtk-osx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtk-osx
  • Merge requests
  • !26

Fix minor deficiencies

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged René de Hesselle requested to merge dehesselle/gtk-osx:minor_fixes into master Dec 24, 2021
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 5

I've done my first build with GTK4 today and this is what I came out of it.

This MR fixes two bugs in the module sets:

  • The dependency to gtk-4 is incorrectly specified as gtk-4.0 in a few places.
    -> Change these occurrences to gtk-4.
  • My first build attempt failed with meson complaining about missing gdk-pixbuf:
    [...]
    Run-time dependency pangoft2 found: YES 1.48.4
    Run-time dependency pangocairo found: YES 1.48.4
    Found CMake: /Users/Shared/work/0.1/bin/cmake (3.20.0)
    Run-time dependency gdk-pixbuf-2.0 found: NO (tried pkgconfig, framework and cmake)
    Not looking for a fallback subproject for the dependency gdk-pixbuf-2.0 because:
    Use of fallback dependencies is disabled.
    
    ../../../usr/src/gtk-4.2.0/meson.build:385:0: ERROR: Dependency 'gdk-pixbuf-2.0' is required but not found.
    -> Add gdk-pixbuf as depencency to gtk-4.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: minor_fixes