diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 38576dbeb2..1a1fea045a 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -27,7 +27,6 @@ WINE_CONF_OPTS = \ --without-hal \ --without-openal \ --without-opencl \ - --without-osmesa \ --without-oss # Wine uses a wrapper around gcc, and uses the value of --host to @@ -171,6 +170,13 @@ else WINE_CONF_OPTS += --without-ldap endif +ifeq ($(BR2_PACKAGE_MESA3D_OSMESA),y) +WINE_CONF_OPTS += --with-osmesa +WINE_DEPENDENCIES += mesa3d +else +WINE_CONF_OPTS += --without-osmesa +endif + ifeq ($(BR2_PACKAGE_SANE_BACKENDS),y) WINE_CONF_OPTS += --with-sane WINE_DEPENDENCIES += sane-backends