diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2015-09-03 12:04:03 -0700 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2015-09-03 12:17:13 -0700 |
commit | 6e35a1f166e677a55f465ec420d9d546e10f3fd7 (patch) | |
tree | 1fc71dfce39ad964a50f2bea4d20b33f0cb0490c /configure.ac | |
parent | 1d787781ff4834015d7b3008336f4765c5c709e5 (diff) |
vk: Remove various hacks/scaffolding code
Since we switched away from calling brwCreateContext() there's a bit of
hacky support we can now delete. This reduces our diff to upstream master.
Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5828885e92a..e8919caa74b 100644 --- a/configure.ac +++ b/configure.ac @@ -1162,10 +1162,6 @@ AC_ARG_ENABLE([driglx-direct], [driglx_direct="$enableval"], [driglx_direct="yes"]) -# Check for libcaca -PKG_CHECK_EXISTS([caca], [have_libcaca=yes], [have_libcaca=no]) -AM_CONDITIONAL([HAVE_LIBCACA], [test x$have_libcaca = xyes]) - dnl dnl libGL configuration per driver dnl |