diff options
author | Matt Turner <[email protected]> | 2013-11-06 21:40:05 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-11-07 16:14:25 -0800 |
commit | 48f4f59dc6c77cd33692c0650cb8e2c55980cfa0 (patch) | |
tree | 40412be74cd79d123ce7fd918f2a5edf4def7f06 /configure.ac | |
parent | 11ff1725ccd88a950fca08378c561e43cafd6a6e (diff) |
xorg-nouveau: Delete.
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 aa4978f0d83..7023ca923fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1802,7 +1802,7 @@ if test "x$with_gallium_drivers" != x; then PKG_CHECK_MODULES([NOUVEAU], [libdrm_nouveau >= $LIBDRM_NOUVEAU_REQUIRED]) gallium_require_drm_loader GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS nouveau" - gallium_check_st "nouveau/drm" "dri-nouveau" "xorg-nouveau" "" "xvmc-nouveau" "vdpau-nouveau" + gallium_check_st "nouveau/drm" "dri-nouveau" "" "" "xvmc-nouveau" "vdpau-nouveau" DRICOMMON_NEED_LIBDRM=yes ;; xfreedreno) @@ -2038,7 +2038,6 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/vdpau-nouveau/Makefile src/gallium/targets/xa-vmwgfx/Makefile src/gallium/targets/xa-vmwgfx/xatracker.pc - src/gallium/targets/xorg-nouveau/Makefile src/gallium/targets/xvmc-nouveau/Makefile src/gallium/tests/trivial/Makefile src/gallium/tests/unit/Makefile |