diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-17 13:43:37 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-17 13:43:37 +0000 |
commit | f938cd15990d1a851b9d92414545dda37f00c5db (patch) | |
tree | f5097143484d1a38c2211bcc6affc8457bc298b6 /src | |
parent | eb6148a36a318eb0b4aad865c34b50fedf4b709e (diff) |
glamor: Include glamor cflags and libs for atypical builds
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e821b94b..afaed360 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -79,6 +79,8 @@ intel_drv_la_SOURCES += \ $(NULL) if GLAMOR +AM_CFLAGS += @LIBGLAMOR_CFLAGS@ +intel_drv_la_LIBADD += @LIBGLAMOR_LIBS@ intel_drv_la_SOURCES += \ intel_glamor.c \ $(NULL) |