diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb index 180acfae0b..1925136369 100644 --- a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb +++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb | |||
| @@ -11,7 +11,12 @@ require xorg-lib-common.inc | |||
| 11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d" |
| 13 | 13 | ||
| 14 | DEPENDS += "libice xproto xtrans e2fsprogs" | 14 | DEPENDS += "libice xproto xtrans" |
| 15 | |||
| 16 | # libSM can work without libuuid, we explicitly disable it to break the following circular dependency | ||
| 17 | # when DISTRO_FEATURES contains 'systemd' and 'x11'. | ||
| 18 | # systemd -> dbus -> libsm -> util-linux -> systemd | ||
| 19 | EXTRA_OECONF += "--without-libuuid" | ||
| 15 | 20 | ||
| 16 | PE = "1" | 21 | PE = "1" |
| 17 | 22 | ||
