summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-02-04 13:43:34 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-02-04 13:45:39 -0800
commitbb7e3c9ac00d5b3933b69470e03fadfe1800f7ae (patch)
tree9a30ec99142253f91a5f0d2c6d515486019ed124 /Makefile.am
parent3a041bbccdee28b628ce5243e77d7d3125a186d4 (diff)
Print Composite extension version for "-ext Composite"
The only other information I could see to query in the Composite 0.4 protocol spec is the Composite Overlay Window XID, but the request to get that ID has the side effect of mapping the overlay window, and xdpyinfo shouldn't have side effects like that. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ee33b76..5f3bb9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,7 @@ AM_CFLAGS = \
$(DPY_XF86MISC_CFLAGS) \
$(DPY_XINPUT_CFLAGS) \
$(DPY_XRENDER_CFLAGS) \
+ $(DPY_XCOMPOSITE_CFLAGS) \
$(DPY_XINERAMA_CFLAGS) \
$(DPY_DMX_CFLAGS) \
$(DPY_XPRINT_CFLAGS) \
@@ -44,6 +45,7 @@ xdpyinfo_LDADD = \
$(DPY_XF86MISC_LIBS) \
$(DPY_XINPUT_LIBS) \
$(DPY_XRENDER_LIBS) \
+ $(DPY_XCOMPOSITE_LIBS) \
$(DPY_XINERAMA_LIBS) \
$(DPY_DMX_LIBS) \
$(DPY_XPRINT_LIBS) \