diff options
Diffstat (limited to 'meta/classes/gobject-introspection.bbclass')
-rw-r--r-- | meta/classes/gobject-introspection.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass index 37389cbc8b..b6160b88b6 100644 --- a/meta/classes/gobject-introspection.bbclass +++ b/meta/classes/gobject-introspection.bbclass | |||
@@ -17,7 +17,7 @@ UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspe | |||
17 | 17 | ||
18 | # Generating introspection data depends on a combination of native and target | 18 | # Generating introspection data depends on a combination of native and target |
19 | # introspection tools, and qemu to run the target tools. | 19 | # introspection tools, and qemu to run the target tools. |
20 | DEPENDS_append_class-target = " gobject-introspection gobject-introspection-native qemu-native" | 20 | DEPENDS_append_class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native" |
21 | 21 | ||
22 | # Even though introspection is disabled on -native, gobject-introspection package is still | 22 | # Even though introspection is disabled on -native, gobject-introspection package is still |
23 | # needed for m4 macros. | 23 | # needed for m4 macros. |