compositor: Fix drm compositor cflags typo

This commit is contained in:
Benjamin Franzke
2011-04-28 07:21:19 +02:00
parent 60c15080ab
commit 7d36664c0d
+1 -1
View File
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-DDATADIR='"$(datadir)"' \ -DDATADIR='"$(datadir)"' \
$(COMPOSITOR_CFLAGS) \ $(COMPOSITOR_CFLAGS) \
$(X11_COMPOSITOR_CFLAGS) \ $(X11_COMPOSITOR_CFLAGS) \
$(WAYLAND_COMPOSITOR_CFLAGS) \ $(DRM_COMPOSITOR_CFLAGS) \
$(WAYLAND_COMPOSITOR_CFLAGS) \ $(WAYLAND_COMPOSITOR_CFLAGS) \
$(OPENWFD_COMPOSITOR_CFLAGS) $(OPENWFD_COMPOSITOR_CFLAGS)