Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,540
    • Issues 1,540
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 226
    • Merge requests 226
  • 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
  • gtkgtk
  • Merge requests
  • !113

Link libgtk to libintl

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged LRN requested to merge lrn/meson-intl into master Apr 11, 2018
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

GTK does use libintl directly (in gtkmain.c, for example) and thus needs to be linked to it (if found and/or needed).

Previously we most likely were getting libintl from glib, but that stopped for some reason. Either way, explicit linking is the right thing to do here.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lrn/meson-intl