diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-27 15:33:19 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-28 14:51:56 +0100 |
commit | bd6ffd1ad2f903215d2c631252e742a0f6893054 (patch) | |
tree | 6e83f82ef2cd485e69bee365e368be56a7e45150 /src/uxa/Makefile.am | |
parent | d92b5ddcff03a593270d060187b56ee2aa8e09b3 (diff) |
configure: Print a summary of compilation options
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/uxa/Makefile.am')
-rw-r--r-- | src/uxa/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uxa/Makefile.am b/src/uxa/Makefile.am index 945d7d42..dfb556fc 100644 --- a/src/uxa/Makefile.am +++ b/src/uxa/Makefile.am @@ -70,11 +70,12 @@ libuxa_la_SOURCES += \ endif if DRI2 +AM_CFLAGS += @DRI2_CFLAGS@ libuxa_la_SOURCES += \ intel_dri.c \ $(NULL) libuxa_la_LIBADD += \ - $(DRI_LIBS) \ + $(DRI2_LIBS) \ @CLOCK_GETTIME_LIBS@ \ $(NULL) endif |