Skip to content

Commit

Permalink
Link to x11 in frt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Apr 21, 2024
1 parent afaf29c commit 3ddbfc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/frt/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

Expand Down

0 comments on commit 3ddbfc0

Please sign in to comment.