Skip to content
Snippets Groups Projects
Commit 20d14ef2 authored by Rob Clark's avatar Rob Clark :speech_balloon:
Browse files

configure: fix build error with XA


Fixes:

xa_tracker.c: In function 'xa_tracker_create':
 xa_tracker.c:147:5: error: implicit declaration of function 'pipe_loader_drm_probe_fd' [-Werror=implicit-function-declaration]

in some build configurations, as XA now implicitly depends on
gallium_drm_loader.

Signed-off-by: default avatarRob Clark <robclark@freedesktop.org>
Reviewed-by: default avatarJakob Bornecrantz <jakob@vmware.com>
parent cf0172d4
No related branches found
No related tags found
No related merge requests found
......@@ -1232,6 +1232,7 @@ dnl
if test "x$enable_xa" = xyes; then
GALLIUM_STATE_TRACKERS_DIRS="xa $GALLIUM_STATE_TRACKERS_DIRS"
enable_gallium_loader=yes
enable_gallium_drm_loader=yes
fi
AM_CONDITIONAL(HAVE_ST_XA, test "x$enable_xa" = xyes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment