package/mesa3d: Fix header version dependency for Vulkan Intel driver
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 3 Oct 2018 08:34:26 +0000 (10:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 4 Oct 2018 13:29:58 +0000 (15:29 +0200)
memfd.h was included in kernel 3.17, not 3.18.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mesa3d/Config.in

index 8b171b0d7f315669cb4089ec10b7f7cda4361958..872859b693dc3b470ab6a0e6f76e85b90b103ed6 100644 (file)
@@ -217,7 +217,7 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
        bool "Vulkan Intel driver"
        depends on BR2_i386 || BR2_x86_64
        depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libxshmfence
-       depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # memfd.h
+       depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # memfd.h
        depends on BR2_TOOLCHAIN_USES_GLIBC # ifunc, static_assert
        depends on BR2_PACKAGE_XORG7 # xorgproto
        select BR2_PACKAGE_MESA3D_VULKAN_DRIVER
@@ -226,10 +226,10 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
        help
          Vulkan driver for Intel hardware from Ivy Bridge onward.
 
-comment "intel vulkan depends on X.org and needs a glibc toolchain w/ headers >= 3.18"
+comment "intel vulkan depends on X.org and needs a glibc toolchain w/ headers >= 3.17"
        depends on BR2_i386 || BR2_x86_64
        depends on BR2_TOOLCHAIN_HAS_SYNC_4
-       depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 || \
+       depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 || \
                !BR2_TOOLCHAIN_USES_GLIBC || !BR2_PACKAGE_XORG7
 
 comment "Off-screen Rendering"