diff options
| author | Rémi Verschelde | 2016-10-13 21:48:06 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-15 12:01:28 +0200 |
| commit | 8311a78df5cdf257297c1ec7493cb098dc76f010 (patch) | |
| tree | b8d84615a8b5429516f18253e0b3e201869bf53a /platform/x11/detect.py | |
| parent | 8981ff8a84e8cc6967afe3a11613e7d72d8ac599 (diff) | |
| download | godot-8311a78df5cdf257297c1ec7493cb098dc76f010.tar.gz godot-8311a78df5cdf257297c1ec7493cb098dc76f010.tar.zst godot-8311a78df5cdf257297c1ec7493cb098dc76f010.zip | |
Diffstat (limited to 'platform/x11/detect.py')
| -rw-r--r-- | platform/x11/detect.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index 7c22bd97f..90122eef4 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -154,6 +154,9 @@ def configure(env): if (env["enet"] == "system"): env.ParseConfig('pkg-config libenet --cflags --libs') + if (env["squish"] == "system" and env["tools"] == "yes"): + env.ParseConfig('pkg-config libsquish --cflags --libs') + # Sound and video libraries # Keep the order as it triggers chained dependencies (ogg needed by others, etc.) |
