mesa: Remove obsolete patching
The code we're patching was removed in 2015: http://comments.gmane.org/gmane.comp.video.mesa3d.devel/102524
This commit is contained in:
parent
4d54324f7c
commit
da1f93f445
@ -54,11 +54,6 @@ stdenv.mkDerivation {
|
|||||||
./symlink-drivers.patch
|
./symlink-drivers.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace src/egl/main/egldriver.c \
|
|
||||||
--replace _EGL_DRIVER_SEARCH_DIR '"${driverLink}"'
|
|
||||||
'';
|
|
||||||
|
|
||||||
outputs = [ "out" "dev" "drivers" "osmesa" ];
|
outputs = [ "out" "dev" "drivers" "osmesa" ];
|
||||||
|
|
||||||
# TODO: Figure out how to enable opencl without having a runtime dependency on clang
|
# TODO: Figure out how to enable opencl without having a runtime dependency on clang
|
||||||
|
Loading…
Reference in New Issue
Block a user