mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
x11-toolkits/wlroots: don't hardcode /dev/drm/0
Test independently from the next update to catch regressions early.
This commit is contained in:
parent
c1ec46c5f6
commit
f4530047b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526432
@ -2,11 +2,12 @@
|
||||
|
||||
PORTNAME= wlroots
|
||||
DISTVERSION= 0.10.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= f0594fb73225.patch:-p1 144d2041adfb.patch:-p1
|
||||
PATCHFILES+= 2bad34e02423.patch:-p1
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Modular Wayland compositor library
|
||||
@ -21,6 +22,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd \
|
||||
libwayland-egl.so:graphics/wayland \
|
||||
libinput.so:x11/libinput \
|
||||
libxkbcommon.so:x11/libxkbcommon
|
||||
RUN_DEPENDS= libudev-devd>=0.4.1:devel/libudev-devd
|
||||
|
||||
USES= compiler:c11 gl meson pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
|
@ -5,5 +5,7 @@ SHA256 (f0594fb73225.patch) = 18bf269fcd6831246604654dc1e229e8ed75a5d3dbb46c4960
|
||||
SIZE (f0594fb73225.patch) = 2971
|
||||
SHA256 (144d2041adfb.patch) = e76603d04d24063182e05876313f1ac697a132771e32c50ae7cf1d962a866c40
|
||||
SIZE (144d2041adfb.patch) = 1838
|
||||
SHA256 (2bad34e02423.patch) = b37db858d0caaf205f35f14c23417ea411c3cd94fe78e6b185869c61919326c7
|
||||
SIZE (2bad34e02423.patch) = 1116
|
||||
SHA256 (e8cc137111bc.patch) = e0b686193a6925eedb09298e0f300aa93d4910c41dbe788a47a2699df34cfafe
|
||||
SIZE (e8cc137111bc.patch) = 27737
|
||||
|
Loading…
Reference in New Issue
Block a user