summaryrefslogtreecommitdiff
path: root/modulesetparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'modulesetparser.py')
-rwxr-xr-xmodulesetparser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modulesetparser.py b/modulesetparser.py
index ef7ecfc..2ee050f 100755
--- a/modulesetparser.py
+++ b/modulesetparser.py
@@ -356,7 +356,8 @@ def BuilderList(slaves):
# some repos need patches (which are not yet upstreamable) applied
patches = { 'mesa-mesa' : [ '0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch',
'0002-megadriver-explicitly-link-against-glapi-link-with-n.patch',
- '0003-Fix-building-libwindowsdri-when-libX11-headers-are-i.patch' ],
+ '0003-Fix-building-libwindowsdri-when-libX11-headers-are-i.patch',
+ '0004-Fix-build-when-HAVE_LIBDRM-isn-t-defined.patch' ],
'mesa-glut' : [ '0001-Fix-build-when-GL-or-libX11-are-in-non-standard-loca.patch' ],
'app-sessreg' : [ '0001-Don-t-try-to-use-utmpx-functions-if-WTMPX_FILE-isn-t.patch' ],
'app-xdm' : [ '0001-Workaround-Cygwin-s-failure-to-prototype-initgroups.patch' ],