diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-18 11:10:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-21 09:34:40 +0100 |
commit | dbe48de0a5cfe52ce00c366598697edf8f761629 (patch) | |
tree | aacf65b48bc3d0e43a44e67494f8613545733857 /meta/recipes-graphics | |
parent | 33d336626dfaa4a980d78965f7bd10af1b1c7b48 (diff) | |
download | poky-dbe48de0a5cfe52ce00c366598697edf8f761629.tar.gz |
xf86-video-intel: update dependencies for the tools
(From OE-Core rev: 76a701e71029fb3685f2939ee9066e7f8653f0c2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index cda1de1eb1..5cc4eefc78 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -31,7 +31,7 @@ PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" | |||
31 | PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa" | 31 | PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa" |
32 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | 32 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" |
33 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc xcb-util" | 33 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc xcb-util" |
34 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,libxinerama libxrandr libxdamage libxfixes libxcursor libxtst libxext libxrender" | 34 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,libxinerama libxrandr libxdamage libxfixes libxcursor libxtst libxrender libxscrnsaver libxext libx11 pixman libxcb libxshmfence" |
35 | 35 | ||
36 | # --enable-kms-only option is required by ROOTLESS_X | 36 | # --enable-kms-only option is required by ROOTLESS_X |
37 | EXTRA_OECONF += '${@oe.utils.conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' | 37 | EXTRA_OECONF += '${@oe.utils.conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' |