summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte_0.56.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.56.1.bb b/meta/recipes-support/vte/vte_0.56.1.bb
index 02b84c38d9..3585e9ce57 100644
--- a/meta/recipes-support/vte/vte_0.56.1.bb
+++ b/meta/recipes-support/vte/vte_0.56.1.bb
@@ -50,7 +50,8 @@ CFLAGS += "-D_GNU_SOURCE"
50# Use libtool-cross (which has a hack to prevent that) instead. 50# Use libtool-cross (which has a hack to prevent that) instead.
51EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" 51EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
52 52
53PACKAGES =+ "libvte" 53PACKAGES =+ "libvte ${PN}-prompt"
54FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" 54FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
55FILES_${PN}-prompt = "${sysconfdir}/profile.d"
55 56
56BBCLASSEXTEND = "native nativesdk" 57BBCLASSEXTEND = "native nativesdk"