mesa3d-headers: remove installation of OpenVG headers
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Feb 2017 15:30:48 +0000 (16:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Feb 2017 20:27:01 +0000 (21:27 +0100)
OpenVG support has been completely removed from mesa3d in commit
3acd7a34ab05b87521b74f626ec637e7fdcc6595, merged in mesa-10.6.0.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d-headers/mesa3d-headers.mk

index 7ae5966926a5ee22296c7c12a0515143f9986d1e..35b1a71442712ec2bcc1e24c157993a24b62c4cd 100644 (file)
@@ -62,10 +62,6 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
 MESA3D_HEADERS_DIRS += GLES GLES2
 endif
 
-ifeq ($(BR2_PACKAGE_HAS_LIBOPENVG),y)
-MESA3D_HEADERS_DIRS += VG
-endif
-
 define MESA3D_HEADERS_BUILD_CMDS
        $(MESA3D_HEADERS_BUILD_DRI_PC)
 endef