Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 110
    • Merge requests 110
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plasma
  • Plasma Workspace
  • Merge requests
  • !3

Fix finding _IceTransNoListen.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Adriaan de Groot requested to merge adridg-master-patch-30714 into master May 19, 2020
  • Overview 4
  • Commits 1
  • Changes 1

This is a patch carried by FreeBSD for a long time; I may have submitted it upstream before.

libICE is not in the standary library search paths on FreeBSD, so using the straight-up name ICE in check_library_exists() won't find it -- even though libICE has previously been found, probably by find_package(X11)

Use the full path, which is what ${X11_ICE_LIB} should hold.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: adridg-master-patch-30714