diff options
author | emersion <contact@emersion.fr> | 2018-12-21 14:33:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 14:33:32 +0100 |
commit | 82d36025e1b84a317b5e48d6f622eb9583ce6f2d (patch) | |
tree | 0c0c2f11291a2c6421b28e03558717454459bc5f | |
parent | 36ba56140ae325ae398229a689f20ded126608bc (diff) | |
parent | 615b25fafcd979b0ca53e3e394a910a74b52e6a9 (diff) |
Merge pull request #1440 from sghctoma/fbsd-manifest
Fix FreeBSD build manifest
-rw-r--r-- | .builds/freebsd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 65e9d41d..7199af85 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -53,12 +53,12 @@ tasks: sudo svnlite export https://github.com/FreeBSDDesktop/freebsd-ports/branches/feature/input/devel/evdev-proto /usr/ports/devel/evdev-proto sudo svnlite export https://github.com/FreeBSDDesktop/freebsd-ports/branches/feature/input/devel/py-pyudev /usr/ports/devel/py-pyudev - ports_build: | - cd /usr/ports/graphics/wayland-protocols/ && sudo make install - cd /usr/ports/x11/libinput/ && sudo make install clean # v4l_compat is a dependency of libinput, but the version in the ports tree # conflicts with the new evdev-proto. It can be safely removed though. sudo pkg remove -fy v4l_compat cd /usr/ports/devel/evdev-proto && sudo make install clean + cd /usr/ports/graphics/wayland-protocols/ && sudo make install + cd /usr/ports/x11/libinput/ && sudo make install clean - fixup_epoll: | cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc prefix=/usr/local |