mesa/src/loader
Julien Isorce 30d67d3824 loader: move loader_open_device out of HAVE_LIBUDEV block
Fixes the following build issue, when building without libudev.

CCLD   libGL.la
./.libs/libglx.a(dri2_glx.o): In function `dri2CreateScreen':
src/glx/dri2_glx.c:1186: undefined reference to `loader_open_device'
collect2: ld returned 1 exit status

CCLD     libEGL.la
Undefined symbols for architecture x86_64:
"_loader_open_device", referenced from:
  _dri2_initialize_x11_dri2 in libegl_dri2.a(platform_x11.o)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91077
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-06-24 13:43:44 +01:00
..
Android.mk android: loader: export the path to be included 2015-06-09 11:38:44 -07:00
loader.c loader: move loader_open_device out of HAVE_LIBUDEV block 2015-06-24 13:43:44 +01:00
loader.h loader: Rename drm_open_device() to loader_open_device() and share it 2015-06-23 16:54:51 +01:00
Makefile.am mesa: build xmlconfig to a separate static library 2015-06-12 15:32:18 +01:00
Makefile.sources loader: Add headers to distribution. 2014-12-12 12:11:47 -08:00
pci_id_driver_map.c loader: add special logic to distinguish nouveau from nouveau_vieux 2014-03-19 18:17:40 -04:00
pci_id_driver_map.h loader: add special logic to distinguish nouveau from nouveau_vieux 2014-03-19 18:17:40 -04:00
SConscript scons: Use -Werror MSVC compatibility flags per-directory. 2015-03-04 15:12:06 +00:00