Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. From fa8250d0ee830141e75c0f0df9be0f708dcc8ced Mon Sep 17 00:00:00 2001
  2. From: Nick Sarnie <commendsarnex@gmail.com>
  3. Date: Tue, 21 Oct 2014 17:38:05 -0400
  4. Subject: [PATCH] nine: Require DRI3
  5.  
  6. ---
  7. configure.ac | 4 +++-
  8. 1 file changed, 3 insertions(+), 1 deletion(-)
  9.  
  10. diff --git a/configure.ac b/configure.ac
  11. index 6c9af20..591106c 100644
  12. --- a/configure.ac
  13. +++ b/configure.ac
  14. @@ -1519,7 +1519,9 @@ if test "x$enable_nine" = xyes; then
  15. if test "x$with_gallium_drivers" = x; then
  16. AC_MSG_ERROR([cannot enable nine without Gallium])
  17. fi
  18. -
  19. + if test "x$enable_dri3" = xno; then
  20. + AC_MSG_ERROR([cannot enable nine without DRI3])
  21. + fi
  22. GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS nine"
  23. GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS d3dadapter9"
  24.  
  25. --
  26. 1.9.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement