aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-31 09:41:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-31 09:53:01 +0000
commita7668311d79c3b83888c4cfdfbbab1a4816dc955 (patch)
tree379df4253224398dc8072ee861b66dc8a89ac102
parentdd9d33bc671126bd8b48f41a6944e35e2e95b992 (diff)
downloadports-a7668311d79c3b83888c4cfdfbbab1a4816dc955.tar.gz
ports-a7668311d79c3b83888c4cfdfbbab1a4816dc955.zip
deskutils/maliit-framework: explicitly depend on wayland-protocols
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find WaylandProtocols (missing: WAYLANDPROTOCOLS_PATH) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake/FindWaylandProtocols.cmake:38 (find_package_handle_standard_args) CMakeLists.txt:52 (find_package) PR: 260639 Reported by: antoine (via exp-run)
-rw-r--r--deskutils/maliit-framework/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/maliit-framework/Makefile b/deskutils/maliit-framework/Makefile
index 4c10af9c7de5..fd3c70f09cdf 100644
--- a/deskutils/maliit-framework/Makefile
+++ b/deskutils/maliit-framework/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= maliit-
MAINTAINER= kde@FreeBSD.org
COMMENT= Core libraries of Maliit and server
-BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
+BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
+ wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
libudev.so:devel/libudev-devd \
libwayland-client.so:graphics/wayland \