| Submitter | Michael Walle |
|---|---|
| Date | April 25, 2011, 10:09 p.m. |
| Message ID | <1303769341-21578-2-git-send-email-michael@walle.cc> |
| Download | mbox | patch |
| Permalink | /patch/92816/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 9825b12..6c131dd 100755 --- a/configure +++ b/configure @@ -177,7 +177,7 @@ spice="" rbd="" smartcard="" smartcard_nss="" -opengl="no" +opengl="" # parse CC options first for opt do
Because the opengl library is only linked to for the lm32 target, we can now safely enable opengl by default again. Signed-off-by: Michael Walle <michael@walle.cc> --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)