diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/wayland_1.0.6.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.0.6.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.0.6.bb b/meta/recipes-graphics/wayland/wayland_1.0.6.bb index 6385933133..1585479f5c 100644 --- a/meta/recipes-graphics/wayland/wayland_1.0.6.bb +++ b/meta/recipes-graphics/wayland/wayland_1.0.6.bb | |||
@@ -10,6 +10,8 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=1d4476a7d98dd5691c53d4d43a510c72 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=1d4476a7d98dd5691c53d4d43a510c72 \ |
11 | file://src/wayland-server.c;endline=21;md5=079ae21dbf98ada52ec23744851b0a5c" | 11 | file://src/wayland-server.c;endline=21;md5=079ae21dbf98ada52ec23744851b0a5c" |
12 | 12 | ||
13 | PR = "r1" | ||
14 | |||
13 | SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 15 | SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
14 | SRC_URI[md5sum] = "936a2590aea69fa3c0cf234d54b9137c" | 16 | SRC_URI[md5sum] = "936a2590aea69fa3c0cf234d54b9137c" |
15 | SRC_URI[sha256sum] = "f52a012df699eff434b0f49e56000d6978b5f781048402ca8e0232242970fc49" | 17 | SRC_URI[sha256sum] = "f52a012df699eff434b0f49e56000d6978b5f781048402ca8e0232242970fc49" |
@@ -19,8 +21,8 @@ inherit autotools pkgconfig | |||
19 | # We need wayland-native for the wayland-scanner utility | 21 | # We need wayland-native for the wayland-scanner utility |
20 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
21 | 23 | ||
22 | DEPENDS_virtclass-native = "expat-native" | 24 | DEPENDS_virtclass-native = "expat-native libffi-native" |
23 | DEPENDS = "expat wayland-native" | 25 | DEPENDS = "expat libffi wayland-native" |
24 | 26 | ||
25 | EXTRA_OECONF_virtclass-native = "--disable-documentation" | 27 | EXTRA_OECONF_virtclass-native = "--disable-documentation" |
26 | EXTRA_OECONF = "--disable-documentation --disable-scanner" | 28 | EXTRA_OECONF = "--disable-documentation --disable-scanner" |