diff options
author | Marek Olšák <[email protected]> | 2013-11-01 19:36:12 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-02 23:34:00 +0100 |
commit | da82d7b6ba0c7e2e2d576c58fea4fbfa132511cb (patch) | |
tree | 35b557b84503ea6da27527570f77048505e664a5 /configure.ac | |
parent | f407ea1f1c8c4f2de188fcfa05cdb83950b51355 (diff) |
gallium/targets: remove r600/xorg
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f94c9b9791c..a1bc1167c9b 100644 --- a/configure.ac +++ b/configure.ac @@ -1789,7 +1789,7 @@ if test "x$with_gallium_drivers" != x; then if test "x$enable_opencl" = xyes; then LLVM_COMPONENTS="${LLVM_COMPONENTS} bitreader asmparser" fi - gallium_check_st "radeon/drm" "r600/dri" "r600/xorg" "" "r600/xvmc" "r600/vdpau" + gallium_check_st "radeon/drm" "r600/dri" "" "" "r600/xvmc" "r600/vdpau" DRICOMMON_NEED_LIBDRM=yes ;; xradeonsi) @@ -2050,7 +2050,6 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/r300/xvmc/Makefile src/gallium/targets/r600/dri/Makefile src/gallium/targets/r600/vdpau/Makefile - src/gallium/targets/r600/xorg/Makefile src/gallium/targets/r600/xvmc/Makefile src/gallium/targets/libgl-xlib/Makefile src/gallium/targets/vdpau-nouveau/Makefile |