diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-04-14 07:52:12 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-04-14 07:52:12 +0000 |
commit | ea727df30c63ebc7a02a4ed0ee1e62039086a0ed (patch) | |
tree | 60bba7a38b82ff9d5a50c59b2461c4e7ae89a3f4 /lib/libdrm/freedreno | |
parent | 2af36c275c17ede3d2fa17cddc8e42509d4d801d (diff) |
Merge libdrm 2.4.79
Diffstat (limited to 'lib/libdrm/freedreno')
-rw-r--r-- | lib/libdrm/freedreno/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdrm/freedreno/Makefile.in b/lib/libdrm/freedreno/Makefile.in index f4f8a353d..624ae9558 100644 --- a/lib/libdrm/freedreno/Makefile.in +++ b/lib/libdrm/freedreno/Makefile.in @@ -357,6 +357,7 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ -I$(top_srcdir) \ $(PTHREADSTUBS_CFLAGS) \ + $(VALGRIND_CFLAGS) \ -I$(top_srcdir)/include/drm libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la |