diff mbox series

[meta-arago,kirkstone,v2,2/3] kms++: Restore pybind11 support

Message ID 20230619151241.17763-2-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone,v2,1/3] python3-pybind11: Backport from meta-openembedded master | expand

Commit Message

Ryan Eatmon June 19, 2023, 3:12 p.m. UTC
With the inclusion of the later pybind11 recipe we can now turn pybind11
support back on and build cleanly.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Split this patch into two commits and reword commit message to
    match the same patch in master.

 meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
index eb39736c..2c0abaa7 100644
--- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
+++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
@@ -12,9 +12,8 @@  SRCREV = "5afc8d918f2c084acd65027604868dfde43395cf"
 
 DEPENDS = "drm fmt"
 
-# New meson build system fails to find pybind11 in sysroot, disable for now
-#DEPENDS += "python3-pybind11"
-#EXTRA_OEMESON = "-Dsystem-pybind11=enabled"
+DEPENDS += "libevdev python3-pybind11"
+EXTRA_OEMESON = "-Dsystem-pybind11=enabled"
 
 PACKAGES =+ "${PN}-python"