diff options
author | Marek Olšák <[email protected]> | 2013-11-01 19:42:47 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-02 23:34:00 +0100 |
commit | be331e82d12e37a0e7baea96cc9f4356ead992ea (patch) | |
tree | a73770d44e160921f9c1c979e7e9f29234110d8a /configure.ac | |
parent | da82d7b6ba0c7e2e2d576c58fea4fbfa132511cb (diff) |
gallium/targets: remove radeonsi/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 a1bc1167c9b..441f38300dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1798,7 +1798,7 @@ if test "x$with_gallium_drivers" != x; then gallium_require_drm_loader GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS radeonsi" radeon_llvm_check - gallium_check_st "radeon/drm" "radeonsi/dri" "radeonsi/xorg" "" "" "radeonsi/vdpau" "" + gallium_check_st "radeon/drm" "radeonsi/dri" "" "" "" "radeonsi/vdpau" "" DRICOMMON_NEED_LIBDRM=yes ;; xnouveau) @@ -2044,7 +2044,6 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/pipe-loader/Makefile src/gallium/targets/radeonsi/dri/Makefile src/gallium/targets/radeonsi/vdpau/Makefile - src/gallium/targets/radeonsi/xorg/Makefile src/gallium/targets/r300/dri/Makefile src/gallium/targets/r300/vdpau/Makefile src/gallium/targets/r300/xvmc/Makefile |