Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gdk-pixbuf
gdk-pixbuf
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 73
    • Issues 73
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gdk-pixbufgdk-pixbuf
  • Issues
  • #77

Closed
Open
Opened Apr 01, 2018 by bugzilla-migration@bugzilla-migrationReporter

meson: X11 dependency is automagic

Submitted by Quentin Glidic @sardemff7

Link to original bug (#794873)

Description

In commit f38e3e2c, the X11 dependency was made optional… in the check function. If you do not want to build the X11 helper library, you can simply use -Dx11=false. Having this change (f38e3e2c) was wrong, introducing an automagic dependency. If for some reason, the libX11 package is faulty, the gdk-pixbuf build will simply ignore the -Dx11=true that the package manager added to build it, resulting in a wrong gdk-pixbuf package state, making other packages fail while gdk-pixbuf should have refused to build altogether.

There are three possible solutions: simply tell Windows people to pass -Dx11=false, use a true/false/auto scheme for the option (default to "auto", "true" forces the dep, "false" force-disable the library) or have a Windows-specific test along with get_option('x11').

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gdk-pixbuf#77