summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-12-01 10:33:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-04 12:45:27 +0000
commitf89d9240b1208e9df28afed840376ca91842e5dd (patch)
tree6c2798e73225c1a4f18e292305295b33b71b073f /meta/recipes-support/vte
parentb6af0e3be795052b4e26ec9b6f587528c7532afb (diff)
downloadpoky-f89d9240b1208e9df28afed840376ca91842e5dd.tar.gz
vte: Separate out gtk4 pieces of vte into individual packages
This avoids adding gtk4 dependencies when image may only desire the gtk3 pieces of vte. (From OE-Core rev: d2c4e8cb85c6a5ca37c7990f879c3b650df5770b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte_0.74.1.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.74.1.bb b/meta/recipes-support/vte/vte_0.74.1.bb
index 8a7054a13c..071f668464 100644
--- a/meta/recipes-support/vte/vte_0.74.1.bb
+++ b/meta/recipes-support/vte/vte_0.74.1.bb
@@ -36,7 +36,16 @@ PACKAGECONFIG[gtk4] = "-Dgtk4=true,-Dgtk4=false,gtk4"
36PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" 36PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls"
37PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd" 37PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd"
38 38
39PACKAGES =+ "libvte ${PN}-prompt" 39PACKAGES =+ "libvte-gtk4 ${PN}-gtk4 ${PN}-gtk4-dev libvte ${PN}-prompt"
40FILES:libvte-gtk4 = "${libdir}/lib*gtk4.so.* ${libdir}/girepository-1.0/Vte-3.91.typelib"
41FILES:${PN}-gtk4 ="${bindir}/vte-2.91-gtk4"
42FILES:${PN}-gtk4-dev = "${libdir}/lib*gtk4.so \
43 ${libdir}/pkgconfig/vte-2.91-gtk4.pc \
44 ${datadir}/gir-1.0/Vte-3.91.gir \
45 ${datadir}/vala/vapi/vte-2.91-gtk4.deps \
46 ${datadir}/vala/vapi/vte-2.91-gtk4.vapi \
47 ${includedir}/vte-2.91-gtk4 \
48 "
40FILES:${PN} +="${systemd_user_unitdir}" 49FILES:${PN} +="${systemd_user_unitdir}"
41FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" 50FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
42FILES:${PN}-prompt = " \ 51FILES:${PN}-prompt = " \