ports/x11/albert/files/patch-plugins_python_CMakeLists.txt
Jesper Schmitz Mouridsen 586b77bee1 New port x11/albert
Albert is a fast and flexible keyboard launcher

Approved by:	lwhsu
Differential Revision: https://reviews.freebsd.org/D23367
2020-01-29 14:22:22 +00:00

11 lines
357 B
Text

--- plugins/python/CMakeLists.txt.orig 2018-12-31 15:24:22 UTC
+++ plugins/python/CMakeLists.txt
@@ -5,7 +5,7 @@ PROJECT(python)
FILE(GLOB_RECURSE SRC src/*)
find_package(Qt5 5.5.0 REQUIRED COMPONENTS Widgets)
-add_subdirectory(pybind11)
+find_package(pybind11 REQUIRED)
add_library(${PROJECT_NAME} SHARED ${SRC} ${PROJECT_NAME}.qrc metadata.json)