← Back to team overview

kicad-developers team mailing list archive

Linux libraries - a better solution

 

A better solution to the problem described in my previous message:

In libs.linux, replace:

WXSYSLIB_WITH_GL= `wx-config --libs gl`

with

WXSYSLIB_WITH_GL= `wx-config --libs std,gl`