Advertisement
Guest User

enlightenment-wayland aur

a guest
Mar 18th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. efl-git:
  2.  
  3. --prefix=/usr \
  4. --with-x11=xlib \
  5. --enable-systemd \
  6. --enable-drm \
  7. --enable-wayland \
  8. --enable-egl \
  9. --with-opengl=es \
  10. --enable-harfbuzz
  11.  
  12. enlightenment-git:
  13.  
  14. --prefix=/usr \
  15. --sysconfdir=/etc \
  16. --enable-wayland-only \
  17. --enable-wayland-clients \
  18. --enable-wayland-egl \
  19. --enable-wl-drm \
  20. --disable-shot \
  21. --disable-xkbswitch \
  22. --disable-conf-randr \
  23. --disable-everything \
  24. --disable-wl-x11 \
  25. --disable-wl-fb
  26.  
  27. mesa-git:
  28.  
  29. --sysconfdir=/etc \
  30. --with-dri-driverdir=/usr/lib/xorg/modules/dri \
  31. --with-gallium-drivers=nouveau \
  32. --with-dri-drivers=i915,i965,nouveau \
  33. --with-egl-platforms=drm,wayland \
  34. --with-llvm-shared-libs \
  35. --enable-gallium-llvm \
  36. --enable-egl \
  37. --enable-shared-glapi \
  38. --enable-gbm \
  39. --enable-glx-tls \
  40. --enable-dri \
  41. --enable-glx \
  42. --enable-osmesa \
  43. --enable-gles1 \
  44. --enable-gles2 \
  45. --enable-texture-float \
  46. --enable-xa \
  47. --enable-vdpau \
  48. --disable-xvmc \
  49. # --enable-opencl \
  50.  
  51. with ELM_ENGINE=wayland_egl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement