From 6217c3a7201b34888aa2fbae8b6e490bea545574 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 3 Feb 2020 14:14:31 +0000 Subject: libxshmfence: Set shm directory deterministically Without setting this it will vary depending on which directories are present on the host. [YOCTO #13778] Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/xorg-lib') diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb index 85a48e4c58..cc45696530 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb @@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" DEPENDS += "virtual/libx11" +EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm" + BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937" -- cgit 1.2.3-korg