diff options
author | Johannes Obermayr <[email protected]> | 2013-09-17 18:09:02 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:49 -0700 |
commit | cb1febb074ca5a9d4674c953106b467f175c4c0f (patch) | |
tree | 35cb219d35acbf414e0fca4177d1a7afbc9b8204 /configure.ac | |
parent | eb0a57acaa7026b3212742a30f4ada3271d95616 (diff) |
gallium/targets: Make use of prebuilt libdricommon.la.
libdricommon.la is available whenever a non swrast driver is built.
All the classic dri drivers make use of the prebuild library but all
of the gallium ones rebuild it explicitly.
While we're here gallium/{llvm,soft}pipe does not require HAVE_COMMON_DRI
thus do not set in during configure.
v2: [Emil] Add commit message and drop HAVE_COMMON_DRI from configure.ac
v3: [Emil] Rebase and resolve targets/r*/dri conflicts
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1f0a646a61f..389ac9180a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1824,7 +1824,6 @@ if test "x$with_gallium_drivers" != x; then if test "x$enable_dri" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-swrast" - HAVE_COMMON_DRI=yes fi if test "x$enable_vdpau" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS vdpau-softpipe" |