mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #1440 from sghctoma/fbsd-manifest
Fix FreeBSD build manifest
This commit is contained in:
commit
82d36025e1
1 changed files with 2 additions and 2 deletions
|
@ -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/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
|
sudo svnlite export https://github.com/FreeBSDDesktop/freebsd-ports/branches/feature/input/devel/py-pyudev /usr/ports/devel/py-pyudev
|
||||||
- ports_build: |
|
- 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
|
# 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.
|
# conflicts with the new evdev-proto. It can be safely removed though.
|
||||||
sudo pkg remove -fy v4l_compat
|
sudo pkg remove -fy v4l_compat
|
||||||
cd /usr/ports/devel/evdev-proto && sudo make install clean
|
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: |
|
- fixup_epoll: |
|
||||||
cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
|
cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
|
||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
|
|
Loading…
Reference in a new issue