Add fuse virtual dependency, new macfuse package (#23904)

This commit is contained in:
Adam J. Stewart
2021-05-27 16:21:11 -05:00
committed by GitHub
parent b91dff4aaf
commit ef56462867
8 changed files with 58 additions and 10 deletions

View File

@@ -21,12 +21,10 @@ packages:
- gcc
- intel
providers:
elf:
- libelf
unwind:
- apple-libunwind
uuid:
- apple-libuuid
elf: [libelf]
fuse: [macfuse]
unwind: [apple-libunwind]
uuid: [apple-libuuid]
apple-libunwind:
buildable: false
externals:

View File

@@ -24,6 +24,7 @@ packages:
elf: [elfutils]
fftw-api: [fftw, amdfftw]
flame: [libflame, amdlibflame]
fuse: [libfuse]
gl: [mesa+opengl, mesa18, opengl]
glu: [mesa-glu, openglu]
glx: [mesa+glx, mesa18+glx, opengl]