summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-04-01 15:51:52 +0900
committerMichel Dänzer <michel@daenzer.net>2015-04-03 11:42:00 +0900
commiteea79472a84672ee4dc7adc4487cec6a4037048a (patch)
tree048565969b5749c9e03d25e4f0f0eb3baf82b7d6 /src/Makefile.am
parent051d46382656ffc3e6cac1aab3aee7efdf5b623a (diff)
glamor: Add wrappers for the X server rendering hooks
They can choose between using the GPU or CPU for the operation.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 697c08c5..a5c4bc25 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,6 +65,7 @@ if GLAMOR
AM_CFLAGS += @LIBGLAMOR_CFLAGS@
radeon_drv_la_LIBADD += @LIBGLAMOR_LIBS@
radeon_drv_la_SOURCES += \
+ radeon_glamor_wrappers.c \
radeon_glamor.c
endif