diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb index cc45696530..d153c7a603 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | |||
@@ -13,7 +13,9 @@ DEPENDS += "virtual/libx11" | |||
13 | 13 | ||
14 | EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm" | 14 | EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937" | 18 | SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937" |
19 | SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" | 19 | SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" |
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||