blueman: inherit cython class

Use the new cython class to avoid duplicated fixup code to remove build
paths.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2024-11-14 21:59:49 +00:00 committed by Khem Raj
parent b8e970395e
commit f2c506e159
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -2,9 +2,9 @@ DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native"
DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject"
inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig
inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig cython
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"