mirror of
				https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
				synced 2025-11-04 01:16:36 +00:00 
			
		
		
		
	Include wlroots subproject from hyprland sources during compilation
This commit is contained in:
		
							parent
							
								
									a9eedb1d72
								
							
						
					
					
						commit
						6afe3cb756
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -19,7 +19,7 @@ ifndef HYPRLAND_HEADERS
 | 
			
		|||
endif
 | 
			
		||||
 | 
			
		||||
$(PLUGIN_NAME).so: $(SOURCE_FILES) $(INCLUDE_FILES)
 | 
			
		||||
	g++ -shared -fPIC --no-gnu-unique $(SOURCE_FILES) -o $(PLUGIN_NAME).so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -Iinclude -std=c++23
 | 
			
		||||
	g++ -shared -fPIC --no-gnu-unique $(SOURCE_FILES) -o $(PLUGIN_NAME).so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -Iinclude -std=c++23
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	rm ./${PLUGIN_NAME}.so
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue