lol
at 23.05-pre 12 lines 549 B view raw
1diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py 2index ac69f3806b..14acbf5c58 100644 3--- a/platform/linuxbsd/detect.py 4+++ b/platform/linuxbsd/detect.py 5@@ -191,6 +191,7 @@ def configure(env: "Environment"): 6 env.ParseConfig("pkg-config xrandr --cflags --libs") 7 env.ParseConfig("pkg-config xrender --cflags --libs") 8 env.ParseConfig("pkg-config xi --cflags --libs") 9+ env.ParseConfig("pkg-config xfixes --cflags --libs") 10 11 if env["touch"]: 12 env.Append(CPPDEFINES=["TOUCH_ENABLED"])