Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libxfce4windowing
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • libxfce4windowing
  • Merge requests
  • !18

fix build on stable distros

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Enrico Weigelt requested to merge metux/libxfce4windowing:submit/fix_3_glib into main Feb 28, 2023
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 2

Many stable distros don't have the fairly new glib 2.68.0 version, so installing libxfcewindowing brings in a long and invasive dependency chain. All we really need that for is g_memdup2(), which isn't really necessary for us.

This can be solved by adding a tiny inline wrapper if glib isn't new enough - the problem that g_memdup2() solves isn't really relevant here (it's just a few tiny icons - no severl GBs large buffers).

Closes: metux/libxfce4windowing#3 Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: submit/fix_3_glib