mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Only work on GUI modules when --gui is supplied to Build.PL
This commit is contained in:
		
							parent
							
								
									f455ecb7da
								
							
						
					
					
						commit
						2ecc31c0aa
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		
							
								
								
									
										11
									
								
								Build.PL
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								Build.PL
									
										
									
									
									
								
							|  | @ -29,18 +29,15 @@ my %recommends = qw( | |||
|     XML::SAX::ExpatXS               0 | ||||
| ); | ||||
| if ($ARGV[0] eq '--gui') { | ||||
|     %prereqs = (%prereqs, qw( | ||||
|     %prereqs = qw( | ||||
|     Wx                              0.9901 | ||||
|     )); | ||||
|     %recommends = (%recommends, qw( | ||||
|     ); | ||||
|     %recommends = qw( | ||||
|     Wx::GLCanvas                    0 | ||||
|     OpenGL                          0 | ||||
|     )); | ||||
|     ); | ||||
| } | ||||
| 
 | ||||
| # removed: | ||||
| # Wx 0.9901 | ||||
| 
 | ||||
| my $missing_prereqs = 0; | ||||
| if ($ENV{SLIC3R_NO_AUTO}) { | ||||
|     foreach my $module (sort keys %prereqs) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci