mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #2028] avahi-compat-libdns_sd #1482
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#1482
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 @leemcchesneyclarkgmailcom on GitHub (Mar 28, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2028
What happened?
when running ./clean_build.sh or sudo ./clean_build.sh i get this error at the end
CMake Error at /usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message):
The following required packages were not found:
Call Stack (most recent call first):
/usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal)
CMakeLists.txt:177 (pkg_check_modules)
Im on kali linux latest and just want to know how to get this to be fixed so i caan get barrier up and running
btw im not that techy so go easy on me.
Version
v2.0.0-RC1
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
i installed it from source
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
kali linux latest
Relevant log output
No response
Any other information
No response
@novojitsaha commented on GitHub (Jun 1, 2024):
I had the same issue. I installed that package with
sudo apt-get install libavahi-compat-libdnssd-devand I was able to build it after that. Hope this helps :)