Frede Hoey Braendstrup ff397db3d1
dbus-cxx: update 2.6.0 -> 2.6.1
Changelog from upstream:

Some minor fixes for code generation. Qt6 is now properly detected.

Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-02-20 23:34:17 -08:00

43 lines
1.5 KiB
BlitzBasic

SUMMARY = "D-Bus implementation in C++"
HOMEPAGE = "https://dbus-cxx.github.io/"
BUGTRACKER = "https://github.com/dbus-cxx/dbus-cxx/issues"
SECTION = "base"
LICENSE = "LGPL-3.0-or-later | BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=24594f493407a4cd401ce9794e0b9308"
SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https;tag=${PV}"
SRCREV = "521a3d88bb731b94cc9998a0f711a5ca9e831e04"
DEPENDS = "libsigc++-3"
RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}"
inherit pkgconfig cmake
OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH"
EXTRA_OECMAKE = "-DBUILD_TESTING=OFF -DTOOLS_BUNDLED_CPPGENERATE=OFF"
PACKAGECONFIG ??= ""
PACKAGECONFIG:class-native ?= "tools"
PACKAGECONFIG:class-nativesdk ?= "tools"
PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate dbus"
PACKAGECONFIG[glib] = "-DENABLE_GLIB_SUPPORT=ON,-DENABLE_GLIB_SUPPORT=OFF,glib-2.0"
PACKAGECONFIG[uv] = "-DENABLE_UV_SUPPORT=ON,-DENABLE_UV_SUPPORT=OFF,libuv"
PACKAGES =+ " ${PN}-tools ${PN}-glib ${PN}-uv ${PN}-glib-dev ${PN}-uv-dev "
FILES:${PN}-tools = "${bindir}/dbus-cxx-xml2cpp ${bindir}/dbus-cxx-introspect"
FILES:${PN}-glib = "${libdir}/libdbus-cxx-glib.so.* "
FILES:${PN}-glib-dev = "${includedir}/dbus-cxx-glib-2.0/* \
${libdir}/pkgconfig/dbus-cxx-glib-2.0.pc \
${libdir}/libdbus-cxx-glib.so \
"
FILES:${PN}-uv = "${libdir}/libdbus-cxx-uv.so.* "
FILES:${PN}-uv-dev = "${includedir}/dbus-cxx-uv-2.0/* \
${libdir}/pkgconfig/dbus-cxx-uv-2.0.pc\
${libdir}/libdbus-cxx-uv.so \
"
BBCLASSEXTEND = "native nativesdk"