From 7d36664c0d07bf664656c0ea962841236e4f3ac1 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 28 Apr 2011 07:21:19 +0200 Subject: [PATCH] compositor: Fix drm compositor cflags typo --- compositor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compositor/Makefile.am b/compositor/Makefile.am index fc78d88..b69807a 100644 --- a/compositor/Makefile.am +++ b/compositor/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = \ -DDATADIR='"$(datadir)"' \ $(COMPOSITOR_CFLAGS) \ $(X11_COMPOSITOR_CFLAGS) \ - $(WAYLAND_COMPOSITOR_CFLAGS) \ + $(DRM_COMPOSITOR_CFLAGS) \ $(WAYLAND_COMPOSITOR_CFLAGS) \ $(OPENWFD_COMPOSITOR_CFLAGS) -- 2.7.4