mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
1bc33e8e58
commit
7e4f6088b9
|
|
@ -8,14 +8,16 @@ inherit xfce-panel-plugin
|
||||||
|
|
||||||
DEPENDS += "xfconf xorgproto libxtst glib-2.0-native"
|
DEPENDS += "xfconf xorgproto libxtst glib-2.0-native"
|
||||||
|
|
||||||
|
XFCEBASEBUILDCLASS = "meson"
|
||||||
XFCE_COMPRESS_TYPE = "xz"
|
XFCE_COMPRESS_TYPE = "xz"
|
||||||
SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46"
|
SRC_URI[sha256sum] = "903302c3070a951d44ee17a84fa3cf21d36c6787678af8fbfc79e469fd00cb46"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
||||||
PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
|
${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} \
|
||||||
PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native wayland"
|
"
|
||||||
|
|
||||||
EXTRA_OECONF += "WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
|
PACKAGECONFIG[ptest] = "-Dtests=true,-Dtests=false,"
|
||||||
GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources"
|
PACKAGECONFIG[qrencode] = "-Dqrencode=enabled,-Dqrencode=disabled,qrencode"
|
||||||
|
PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled,wayland-native wayland"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/metainfo"
|
FILES:${PN} += "${datadir}/metainfo"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user