diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/wayland_1.3.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.3.0.bb b/meta/recipes-graphics/wayland/wayland_1.3.0.bb index 212e08ae1b..aa04f8d1c5 100644 --- a/meta/recipes-graphics/wayland/wayland_1.3.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.3.0.bb | |||
@@ -21,10 +21,10 @@ inherit autotools pkgconfig | |||
21 | # We need wayland-native for the wayland-scanner utility | 21 | # We need wayland-native for the wayland-scanner utility |
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
23 | 23 | ||
24 | DEPENDS_virtclass-native = "expat-native libffi-native" | 24 | DEPENDS_class-native = "expat-native libffi-native" |
25 | DEPENDS = "expat libffi wayland-native" | 25 | DEPENDS = "expat libffi wayland-native" |
26 | 26 | ||
27 | EXTRA_OECONF_virtclass-native = "--disable-documentation" | 27 | EXTRA_OECONF_class-native = "--disable-documentation" |
28 | EXTRA_OECONF = "--disable-documentation --disable-scanner" | 28 | EXTRA_OECONF = "--disable-documentation --disable-scanner" |
29 | 29 | ||
30 | # Wayland installs a M4 macro for other projects to use, which uses the target | 30 | # Wayland installs a M4 macro for other projects to use, which uses the target |