From 586b77bee16757a842f39c1caa19b4c9d4961688 Mon Sep 17 00:00:00 2001 From: Jesper Schmitz Mouridsen Date: Wed, 29 Jan 2020 14:22:22 +0000 Subject: New port x11/albert Albert is a fast and flexible keyboard launcher Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D23367 --- x11/albert/files/patch-plugins_python_CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/albert/files/patch-plugins_python_CMakeLists.txt (limited to 'x11/albert/files/patch-plugins_python_CMakeLists.txt') diff --git a/x11/albert/files/patch-plugins_python_CMakeLists.txt b/x11/albert/files/patch-plugins_python_CMakeLists.txt new file mode 100644 index 000000000000..ec17352d693e --- /dev/null +++ b/x11/albert/files/patch-plugins_python_CMakeLists.txt @@ -0,0 +1,11 @@ +--- 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) + -- cgit v1.2.3