Guest User

Untitled

a guest
Jan 10th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. meson setup . build \
  2. -D b_ndebug=true \
  3. -D buildtype=plain \
  4. --wrap-mode=nofallback \
  5. -D prefix=/opt/panfrost \
  6. -D sysconfdir=/opt/panfrost/etc \
  7. -D platforms=x11,wayland,drm,surfaceless \
  8. -D dri-drivers= \
  9. -D gallium-drivers=panfrost,rockchip \
  10. -D vulkan-drivers= \
  11. -D egl=true \
  12. -D gbm=true \
  13. -D gles1=true \
  14. -D gles2=true \
  15. -D libunwind=false \
  16. -D lmsensors=true \
  17. -D valgrind=false \
  18. -D tools=[]
Add Comment
Please, Sign In to add comment