summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-19 21:52:44 +0000
committerDana Jansens <danakj@orodu.net>2007-06-19 21:52:44 +0000
commitad4def8e521c449628f6e69b13a7eca63b152793 (patch)
treed9018fc95e9fe2a6b96cd6c7d02ebde48ff3a455 /Makefile.am
parent85c15cf7b6f66729695609339b21b16649ee92c8 (diff)
check for damage and render extensions if going to use composite. require them for it. also include the cflags/libs. and only run the xcomposite stuff so far when the server supports it
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fa3a8e6..73a05eee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,6 +118,9 @@ openbox_openbox_CPPFLAGS = \
$(XRANDR_CFLAGS) \
$(XSHAPE_CFLAGS) \
$(XSYNC_CFLAGS) \
+ $(XRENDER_CFLAGS) \
+ $(XDAMAGE_CFLAGS) \
+ $(XCOMPOSITE_CFLAGS) \
$(X_CFLAGS) \
$(XCURSOR_CFLAGS) \
$(SM_CFLAGS) \
@@ -137,6 +140,9 @@ openbox_openbox_LDADD = \
$(XSHAPE_LIBS) \
$(XSYNC_LIBS) \
$(GLIB_LIBS) \
+ $(XRENDER_LIBS) \
+ $(XDAMAGE_LIBS) \
+ $(XCOMPOSITE_LIBS) \
$(X_LIBS) \
$(XCURSOR_LIBS) \
$(LIBSN_LIBS) \