From 3ddbfc066f6413ce2f69548664a221c8f7715cea Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 21 Apr 2024 11:22:34 +0200 Subject: [PATCH] Link to x11 in frt. --- platform/frt/detect.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/frt/detect.py b/platform/frt/detect.py index 085fc3b47..64069bb07 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'])