mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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>
This commit is contained in:
@@ -36,7 +36,16 @@ PACKAGECONFIG[gtk4] = "-Dgtk4=true,-Dgtk4=false,gtk4"
|
||||
PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls"
|
||||
PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd"
|
||||
|
||||
PACKAGES =+ "libvte ${PN}-prompt"
|
||||
PACKAGES =+ "libvte-gtk4 ${PN}-gtk4 ${PN}-gtk4-dev libvte ${PN}-prompt"
|
||||
FILES:libvte-gtk4 = "${libdir}/lib*gtk4.so.* ${libdir}/girepository-1.0/Vte-3.91.typelib"
|
||||
FILES:${PN}-gtk4 ="${bindir}/vte-2.91-gtk4"
|
||||
FILES:${PN}-gtk4-dev = "${libdir}/lib*gtk4.so \
|
||||
${libdir}/pkgconfig/vte-2.91-gtk4.pc \
|
||||
${datadir}/gir-1.0/Vte-3.91.gir \
|
||||
${datadir}/vala/vapi/vte-2.91-gtk4.deps \
|
||||
${datadir}/vala/vapi/vte-2.91-gtk4.vapi \
|
||||
${includedir}/vte-2.91-gtk4 \
|
||||
"
|
||||
FILES:${PN} +="${systemd_user_unitdir}"
|
||||
FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
|
||||
FILES:${PN}-prompt = " \
|
||||
|
||||
Reference in New Issue
Block a user