From b7ce2776303716956926e2722e8861a7021c94d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Tue, 30 Apr 2019 22:54:25 +0200 Subject: dynamic load gl functions, removed workaround with scons OpenGLES feature --- SConstruct | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 9b69f2c5e2..cdc7b514c6 100644 --- a/SConstruct +++ b/SConstruct @@ -56,15 +56,12 @@ available_features = [features.Mad, features.LocaleCompare, features.Lilv, features.Battery, + features.QtKeychain, # "Features" of dubious quality features.PerfTools, features.AsmLib, - features.FFMPEG, - - # Experimental features - features.OpenGLES, - features.QtKeychain + features.FFMPEG ] build = mixxx.MixxxBuild(target, machine, build_type, -- cgit v1.2.3