diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-19 09:09:11 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-19 09:09:11 +0000 |
commit | 248c6b5c09f123b4b2cbda5d5a71292f914516d0 (patch) | |
tree | 573e75ef1898d818b9f9ec7c562fec3bc1120a64 /x11-servers | |
parent | 81f404a02706a759b935d2bcadb05e3f6caae3f0 (diff) | |
download | ports-248c6b5c09f123b4b2cbda5d5a71292f914516d0.tar.gz ports-248c6b5c09f123b4b2cbda5d5a71292f914516d0.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xwayland/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index 218dbcb9a34e..c166772612b4 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -2,12 +2,14 @@ PORTNAME= xwayland PORTVERSION= 1.19.1 +PORTREVISION= 1 COMMENT= X Clients under Wayland LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols \ + ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libinput.so:x11/libinput |