pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/50232: DRI no longer optional in graphics/MesaLib



>Number:         50232
>Category:       pkg
>Synopsis:       DRI no longer optional in graphics/MesaLib
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 11 14:45:00 +0000 2015
>Originator:     Joern Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
When requesting MesaLib without DRI like

PKG_OPTIONS.MesaLib = -dri

configure fails with

configure: error: egl requires --enable-dri
*** Error code 1

>How-To-Repeat:

>Fix:
--- options.mk  2015/09/11 14:35:01     1.1
+++ options.mk  2015/09/11 14:36:01
@@ -127,4 +127,5 @@
 CONFIGURE_ARGS+=       --disable-dri
 CONFIGURE_ARGS+=       --disable-dri3
 CONFIGURE_ARGS+=       --enable-xlib-glx
+CONFIGURE_ARGS+=       --disable-egl
 .endif



Home | Main Index | Thread Index | Old Index