diff --git a/platform/frt/detect.py b/platform/frt/detect.py index 085fc3b47f..64069bb074 100644 --- a/platform/frt/detect.py +++ b/platform/frt/detect.py @@ -102,6 +102,8 @@ def configure(env): else: pkg_config = 'pkg-config' + env.ParseConfig(pkg_config + " x11 --cflags --libs") + env.Append(CCFLAGS=['-pipe']) env.Append(LINKFLAGS=['-pipe'])