Skip to content

Commit

Permalink
Add libXi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Aug 8, 2024
1 parent 2570a15 commit 95e8237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if 'PKG_CONFIG_PATH' in os.environ:
env.ParseConfig("pkg-config x11 --cflags --libs")
env.ParseConfig("pkg-config xres --cflags --libs")
env.ParseConfig("pkg-config xtst --cflags --libs")
env.ParseConfig("pkg-config xi --cflags --libs")

# Generating the compilation DB (`compile_commands.json`) requires SCons 4.0.0 or later.

Expand Down

0 comments on commit 95e8237

Please sign in to comment.