diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index ac69f3806b..14acbf5c58 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -191,6 +191,7 @@ def configure(env: "Environment"): env.ParseConfig("pkg-config xrandr --cflags --libs") env.ParseConfig("pkg-config xrender --cflags --libs") env.ParseConfig("pkg-config xi --cflags --libs") + env.ParseConfig("pkg-config xfixes --cflags --libs") if env["touch"]: env.Append(CPPDEFINES=["TOUCH_ENABLED"])