mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #120] Build from sources : Missing header: dns_sd.h #91
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yesi on GitHub (Aug 28, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/120
Operating Systems
Gentoo
Barrier Version
2.1.1
Steps to reproduce bug
Install from emerge from pixlra
https://gpo.zugaina.org/x11-misc/barrier
Without qt5 and libressl support :
[ebuild N ~] x11-misc/barrier-2.1.1::pixlra USE="-libressl -qt5"
Here's the bug :
CMake Error at CMakeLists.txt:191 (message):
Missing header: dns_sd.h
Other info
If i understand the issue #52, dns_sd.h should not be needed, right ?
@AdrianKoshka commented on GitHub (Aug 28, 2018):
If you're not building the GUI, you don't need the avahi libraries.
@jfmcarreira commented on GitHub (Sep 28, 2018):
I updated the ebuild to the new version and worked with and without qt5 use flag
@RealKelsar commented on GitHub (Oct 18, 2019):
Hi,
i probably stole parts of that ebuild and made a new one. But just disabling GUI didn't do the trick for me. I added a small patch to make it work.
#473
@AdrianKoshka commented on GitHub (Oct 18, 2019):
#473 was merged, issue should be fixed now.