SUMMARY = "TThe Cinnamon Javascript interpreter" LICENSE = "MIT & LGPL-2.0-only" LIC_FILES_CHKSUM = " \ file://COPYING;md5=8dcea832f6acf45d856abfeb2d51ec48 \ " DEPENDS = " \ dbus-native \ glib-2.0-native \ gtk+3 \ mozjs-78 \ sysprof \ " inherit meson pkgconfig gobject-introspection features_check gettext REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data" GIR_MESON_OPTION = "" SRC_URI = "git://github.com/linuxmint/cjs.git;branch=master;protocol=https" SRCREV = "7235a06fe12bff39c8ab15788fe8c8618a45f163" PV = "5.4.1+" S = "${WORKDIR}/git" EXTRA_OEMESON += " \ -Dinstalled_tests=false \ -Dskip_dbus_tests=true \ -Dskip_gtk_tests=true \ " do_configure:prepend() { sed -i 's:gidatadir =.*:gidatadir = '"'"'${STAGING_DATADIR_NATIVE}/gobject-introspection-1.0'"'"':g' ${S}/installed-tests/js/meson.build } FILES:${PN} += "${datadir}/cjs-1.0"