From 5a459d58fca2b71cb77c39f98df8a81ce6298421 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 21 Aug 2009 13:53:36 +0800 Subject: egl: Remove dependency on libX11. libX11 is used to determine the screen number, which is in turned used to determine the DRI driver. However, the sysfs interface for determining the DRI driver is gone, and no working driver depends on this mechanism. Display string parsing is moved to a new function, _eglSplitDisplayString. Signed-off-by: Chia-I Wu --- src/egl/main/egldriver.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/egl/main/egldriver.h') diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index 7fba938085..6c848eb35e 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -28,10 +28,6 @@ struct _egl_driver extern _EGLDriver *_eglMain(const char *args); -extern const char * -_eglChooseDRMDriver(int card); - - extern const char * _eglPreloadDriver(_EGLDisplay *dpy); -- cgit v1.2.3