diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-11 19:32:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-12 13:50:01 -0700 |
| commit | 7e4f6088b934e947630411332b31d679648044b5 (patch) | |
| tree | ad40cef9d367456d4abc39e4370d92c04ed2ba2b /meta-xfce/recipes-panel-plugins/clipman | |
| parent | 1bc33e8e580b4c3f9b9c8f67db57413ea4e78903 (diff) | |
| download | meta-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.bb | 12 |
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 | ||
| 9 | DEPENDS += "xfconf xorgproto libxtst glib-2.0-native" | 9 | DEPENDS += "xfconf xorgproto libxtst glib-2.0-native" |
| 10 | 10 | ||
| 11 | XFCEBASEBUILDCLASS = "meson" | ||
| 11 | XFCE_COMPRESS_TYPE = "xz" | 12 | XFCE_COMPRESS_TYPE = "xz" |
| 12 | SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46" | 13 | SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46" |
| 13 | 14 | ||
| 14 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ |
| 15 | PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" | 16 | ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} \ |
| 16 | PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native wayland" | 17 | " |
| 17 | 18 | ||
| 18 | EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ | 19 | PACKAGECONFIG[ptest] = "-Dtests=true,-Dtests=false," |
| 19 | GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources" | 20 | PACKAGECONFIG[qrencode] = "-Dqrencode=enabled,-Dqrencode=disabled,qrencode" |
| 21 | PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled,wayland-native wayland" | ||
| 20 | 22 | ||
| 21 | FILES:${PN} += "${datadir}/metainfo" | 23 | FILES:${PN} += "${datadir}/metainfo" |
