diff options
-rw-r--r-- | meta/recipes-support/vte/vte_0.44.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.44.1.bb b/meta/recipes-support/vte/vte_0.44.1.bb index ecbf58a900..f3baa1ec41 100644 --- a/meta/recipes-support/vte/vte_0.44.1.bb +++ b/meta/recipes-support/vte/vte_0.44.1.bb | |||
@@ -18,7 +18,7 @@ PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | |||
18 | CFLAGS += "-D_GNU_SOURCE" | 18 | CFLAGS += "-D_GNU_SOURCE" |
19 | 19 | ||
20 | # Enable vala only if gobject-introspection is enabled | 20 | # Enable vala only if gobject-introspection is enabled |
21 | EXTRA_OECONF = "--enable-vala=auto" | 21 | EXTRA_OECONF = "--enable-vala=auto --disable-test-application" |
22 | 22 | ||
23 | # libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. | 23 | # libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. |
24 | # Use libtool-cross (which has a hack to prevent that) instead. | 24 | # Use libtool-cross (which has a hack to prevent that) instead. |