1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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)
This commit is contained in:
Jan Beich 2021-12-31 09:41:04 +00:00
parent dd9d33bc67
commit a7668311d7

View File

@ -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 \