swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 967d141663ca99d6f0cc3f88828e5006223da05e
parent 3ac3712ef45aee47da8b49c9f5e56490a6a42ae9
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 21 Jun 2013 01:18:31 -0700

Add mising libdrm include path

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,7 +1,7 @@ # swc: Makefile.am ACLOCAL_AMFLAGS = -I m4 -AM_CFLAGS = $(pixman_CFLAGS) +AM_CFLAGS = $(pixman_CFLAGS) $(drm_CFLAGS) lib_LTLIBRARIES = libswc.la