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

Simplify FreeBSD build #3391

Merged
merged 1 commit into from
Jan 9, 2019
Merged

Simplify FreeBSD build #3391

merged 1 commit into from
Jan 9, 2019

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Jan 9, 2019

Same as swaywm/wlroots#1454. libevdev already depends on <linux/input.h> from evdev-proto package on both FreeBSD and DragonFly.

evdev-proto is installed by a dependency, so some files have been missed:

  In file included from ../sway/input/cursor.c:3:
  /usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found
  #include <linux/input.h>
	   ^~~~~~~~~~~~~~~
  ../swaybar/i3bar.c:3:10: fatal error: 'linux/input-event-codes.h' file not found
  #include <linux/input-event-codes.h>
	   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
@emersion emersion merged commit f9cea7f into swaywm:master Jan 9, 2019
@emersion
Copy link
Member

emersion commented Jan 9, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants