summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa/target.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-21 12:42:03 +0100
committerEmil Velikov <[email protected]>2014-06-30 22:27:11 +0100
commit37e640a073f8cd103bb4add7c82579d426a6982b (patch)
treec7945c35dc66dda140011f43d1cf1130715f14c9 /src/gallium/targets/xa/target.c
parentc60a4ba7e36f069d6829948ee14d87970f5f39a1 (diff)
targets/xa: provide alternative(static) xa target
Now we can build the xa target (libxatracker) with either static pipe-drivers or shared ones. Currently we default to static. - Remove the unused CFLAGS/CPPFLAGS. - Use GALLIUM_TARGET_CFLAGS where applicable. v2: Update the printout messages at configure. v3: Drop inclusion of the wrapper winsys and softpipe/llvmpipe. Cc: Jakob Bornecrantz <[email protected]> Cc: Rob Clark <[email protected]> Cc: Thomas Hellstrom <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/xa/target.c')
-rw-r--r--src/gallium/targets/xa/target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xa/target.c b/src/gallium/targets/xa/target.c
new file mode 100644
index 00000000000..fde4a4a7dcf
--- /dev/null
+++ b/src/gallium/targets/xa/target.c
@@ -0,0 +1 @@
+#include "target-helpers/inline_drm_helper.h"