Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak build on FreeBSD via libinotify-kqueue #9197

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Jan 27, 2025

Similar to #5595 (timerfd). Also used by Wayfire, pipewire, etc.

src/config/ConfigWatcher.cpp:2:10: fatal error: 'sys/inotify.h' file not found
    2 | #include <sys/inotify.h>
      |          ^~~~~~~~~~~~~~~
@github-actions github-actions bot added the core label Jan 27, 2025
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks as always!

@vaxerski vaxerski merged commit d2773d7 into hyprwm:main Jan 27, 2025
12 checks passed
vaxerski pushed a commit that referenced this pull request Jan 29, 2025
src/config/ConfigWatcher.cpp:2:10: fatal error: 'sys/inotify.h' file not found
    2 | #include <sys/inotify.h>
      |          ^~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants