clipboard: update

This commit is contained in:
Markus Volk
2026-01-13 10:34:21 +01:00
parent 2e2a3746a5
commit 40d928f5f6

View File

@@ -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 = ""