[oe-commits] [openembedded-core] branch master-next updated: libdrm: Fixup

git at git.openembedded.org git at git.openembedded.org
Sat Jun 16 19:03:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 6fb2f10  libdrm: Fixup
6fb2f10 is described below

commit 6fb2f1083b92457b813a47774e2694a871e511f4
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Jun 16 20:02:57 2018 +0100

    libdrm: Fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/drm/libdrm_2.4.92.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.92.bb b/meta/recipes-graphics/drm/libdrm_2.4.92.bb
index e77ac67..4a90920 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.92.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.92.bb
@@ -21,6 +21,8 @@ EXTRA_OEMESON = "-Dvalgrind=false \
                  -Dinstall-test-programs=true \
                  -Domap=true \
                  -Detnaviv=true"
+EXTRA_OEMESON_append_x86 = " -Dintel=true"
+EXTRA_OEMESON_append_x86-64 = " -Dintel=true"
 
 PACKAGECONFIG[manpages] = "-Dman-pages=true,-Dman-pages=false,libxslt-native xmlto-native"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list