package/mesa3d-demos: remove duplicate osmesa option
authorAudrey Motheron <audrey.motheron@gmail.com>
Mon, 12 Feb 2018 21:59:31 +0000 (22:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Feb 2018 21:54:30 +0000 (22:54 +0100)
--disable-osmesa option is unconditionally added to CONF_OPTS even if
--enable-osmesa is used latter.

Signed-off-by: Audrey Motheron <audrey.motheron@gmail.com>
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mesa3d-demos/mesa3d-demos.mk

index cbc15c3b696fc2a65a931693317b735cd0394bcb..9182803748a38b6c6c4866081219abf0ab061a14 100644 (file)
@@ -12,7 +12,6 @@ MESA3D_DEMOS_DEPENDENCIES = host-pkgconf
 MESA3D_DEMOS_LICENSE = MIT
 
 MESA3D_DEMOS_CONF_OPTS += \
-       --disable-osmesa \
        --disable-gles1
 
 ifeq ($(BR2_PACKAGE_XORG7)$(BR2_PACKAGE_HAS_LIBGL),yy)