diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-16 10:58:52 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-18 08:23:33 +1000 |
commit | d0440275108920f5cb5d630f55fc9a3320c496d3 (patch) | |
tree | de65e2f5d2f09f8d01dd35957faca32c1b641e81 | |
parent | c947605eda082fbca0821efc0cc14fec8f958fd0 (diff) |
Require dmxproto 2.2.99.1
This requirement was introduced in code with commit
e85775aa64d1e9322c82090a26256af5e1fede0a.
Reported-by: Marvin Schmidt
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff553d7a6..3e02308c2 100644 --- a/configure.ac +++ b/configure.ac @@ -729,7 +729,7 @@ BIGFONTPROTO="xf86bigfontproto >= 1.2.0" XCALIBRATEPROTO="xcalibrateproto" DGAPROTO="xf86dgaproto >= 2.0.99.1" GLPROTO="glproto >= 1.4.9" -DMXPROTO="dmxproto" +DMXPROTO="dmxproto >= 2.2.99.1" VIDMODEPROTO="xf86vidmodeproto >= 2.2.99.1" WINDOWSWMPROTO="windowswmproto" APPLEWMPROTO="applewmproto >= 1.4" |