summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/clipman
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-11 19:32:29 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-12 13:50:01 -0700
commit7e4f6088b934e947630411332b31d679648044b5 (patch)
treead40cef9d367456d4abc39e4370d92c04ed2ba2b /meta-xfce/recipes-panel-plugins/clipman
parent1bc33e8e580b4c3f9b9c8f67db57413ea4e78903 (diff)
downloadmeta-openembedded-7e4f6088b934e947630411332b31d679648044b5.tar.gz
xfce4-clipman-plugin: Use meson for building this recipe
autotools is still supported upstream but meson is preferred starting with 1.7 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/clipman')
-rw-r--r--meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb
index c2e2f32d5c..2f007e11c3 100644
--- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb
+++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.7.0.bb
@@ -8,14 +8,16 @@ inherit xfce-panel-plugin
8 8
9DEPENDS += "xfconf xorgproto libxtst glib-2.0-native" 9DEPENDS += "xfconf xorgproto libxtst glib-2.0-native"
10 10
11XFCEBASEBUILDCLASS = "meson"
11XFCE_COMPRESS_TYPE = "xz" 12XFCE_COMPRESS_TYPE = "xz"
12SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46" 13SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46"
13 14
14PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
15PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" 16 ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} \
16PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native wayland" 17"
17 18
18EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ 19PACKAGECONFIG[ptest] = "-Dtests=true,-Dtests=false,"
19 GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources" 20PACKAGECONFIG[qrencode] = "-Dqrencode=enabled,-Dqrencode=disabled,qrencode"
21PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled,wayland-native wayland"
20 22
21FILES:${PN} += "${datadir}/metainfo" 23FILES:${PN} += "${datadir}/metainfo"