diff options
author | Emil Velikov <[email protected]> | 2015-06-29 14:03:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-13 19:57:59 +0100 |
commit | dd50ccf0f4dcba2fd586d5b5c58750259e29c357 (patch) | |
tree | c7c8baf42bb5799ae34c8185eb580ebe430c436e /src/gallium/auxiliary/Makefile.am | |
parent | cc32d25454c382a971e81ae584a4296fdf492e70 (diff) |
auxiliary/vl: use loader_open_device() over open()
The former handles O_CLOEXEC (and the lack of it) appropriately.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.am')
-rw-r--r-- | src/gallium/auxiliary/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index ab91062ef1b..04f77d002c8 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -8,6 +8,7 @@ include $(top_srcdir)/src/gallium/Automake.inc noinst_LTLIBRARIES = libgallium.la AM_CFLAGS = \ + -I$(top_srcdir)/src/loader \ -I$(top_builddir)/src/glsl/nir \ -I$(top_srcdir)/src/gallium/auxiliary/util \ $(GALLIUM_CFLAGS) \ |