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 /uxa | |
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 'uxa')
-rw-r--r-- | uxa/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/uxa/Makefile.am b/uxa/Makefile.am index 6ca1fd12..9763637a 100644 --- a/uxa/Makefile.am +++ b/uxa/Makefile.am @@ -6,6 +6,11 @@ SOLARIS_ASM_CFLAGS="" AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) +if GLAMOR +AM_CFLAGS += @LIBGLAMOR_CFLAGS@ +libuxa_la_LIBADD = @LIBGLAMOR_LIBS@ +endif + libuxa_la_SOURCES = \ uxa.c \ uxa.h \ |