add required permissions
This commit is contained in:
		
							parent
							
								
									498fba072c
								
							
						
					
					
						commit
						19d231446f
					
				
					 1 changed files with 12 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -18,14 +18,21 @@ command: com.github.artemanufrij.webpin
 | 
			
		|||
finish-args:
 | 
			
		||||
  - '--share=ipc'
 | 
			
		||||
  - '--socket=fallback-x11'
 | 
			
		||||
  - '--socket=session-bus'
 | 
			
		||||
  - '--socket=wayland'
 | 
			
		||||
  - '--share=network'
 | 
			
		||||
  - '--filesystem=xdg-data/applications:create'
 | 
			
		||||
  - '--filesystem=~/.var/app/com.github.artemanufrij.webpin/'
 | 
			
		||||
  # DRI - Direct Rendering - without this, rendering is really slow
 | 
			
		||||
  - '--device=dri'
 | 
			
		||||
 | 
			
		||||
# This section is where you list all the source code required to build your app.
 | 
			
		||||
# If we had external dependencies that weren't included in our SDK, we would list
 | 
			
		||||
# them here.
 | 
			
		||||
modules:
 | 
			
		||||
  - name: webpin
 | 
			
		||||
    buildsystem: meson
 | 
			
		||||
    sources:
 | 
			
		||||
      - type: dir
 | 
			
		||||
        path: .
 | 
			
		||||
    - name: webpin
 | 
			
		||||
      buildsystem: meson
 | 
			
		||||
      sources:
 | 
			
		||||
        - type: dir
 | 
			
		||||
          path: .
 | 
			
		||||
          
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue