summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb')
-rw-r--r--meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb b/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb
new file mode 100644
index 0000000000..344bf119b9
--- /dev/null
+++ b/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb
@@ -0,0 +1,29 @@
1SUMMARY = "LGI is gobject-introspection based dynamic Lua binding to GObject based libraries."
2HOMEPAGE = "https://https://github.com/pavouk/lgi"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a77b7838f84aa753d37f88fd9c9ccf7d"
5
6SRC_URI = "git://github.com/pavouk/lgi.git;protocol=https;branch=master"
7
8DEPENDS = " \
9 luajit \
10 luajit-native \
11 cairo \
12 gobject-introspection \
13 gobject-introspection-native \
14"
15
16SRCREV = "d7666f77e7ee33907c84f5efdef32aef2e1cc196"
17SRCPV = "${PV}+${SRCREV}"
18
19inherit meson pkgconfig
20
21EXTRA_OEMESON += "--buildtype release -Dtests=false"
22
23FILES:${PN} = "${libdir} ${datadir}"
24
25# ppc64/riscv64/riscv32 is not supported on luajit
26COMPATIBLE_HOST:riscv32 = "null"
27COMPATIBLE_HOST:riscv64 = "null"
28COMPATIBLE_HOST:powerpc64 = "null"
29COMPATIBLE_HOST:powerpc64le = "null"