From 40d928f5f601b5c6ae518b6e5173d5ce738c1a42 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 13 Jan 2026 10:34:21 +0100 Subject: [PATCH] clipboard: update --- recipes-support/clipboard/clipboard_0.10.1.bb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/recipes-support/clipboard/clipboard_0.10.1.bb b/recipes-support/clipboard/clipboard_0.10.1.bb index 757b52c..2f4d8ba 100644 --- a/recipes-support/clipboard/clipboard_0.10.1.bb +++ b/recipes-support/clipboard/clipboard_0.10.1.bb @@ -5,22 +5,23 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" DEPENDS += " \ - alsa-lib \ - wayland \ - wayland-native \ - wayland-protocols \ + alsa-lib \ + openssl \ + wayland \ + wayland-native \ + wayland-protocols \ " SRC_URI = "git://github.com/Slackadays/Clipboard.git;protocol=https;branch=main" -SRCREV = "cf596b0b2403d1d184d509a2c7ddd0f3c11040b9" +SRCREV = "3a0ecd13f8cde269b8fa27f583f2fd5a873528d8" -inherit cmake pkgconfig +inherit cmake pkgconfig bash-completion EXTRA_OECMAKE += "-DMSVC=ON -DCMAKE_BUILD_TYPE=Debug" PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" PACKAGECONFIG[x11] = ",-DNO_X11=ON,libx11" -FILES:${PN} += "${libdir}/libcbx11.so ${libdir}/libcbwayland.so ${datadir}/bash-completion" +FILES:${PN} += "${libdir}/libcbx11.so ${libdir}/libcbwayland.so" FILES:${PN}-dev = ""