aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-10 19:50:51 +0200
committerRémi Verschelde2016-10-15 11:50:39 +0200
commitc31ad71f10f68705a456b4257c084d4008c34370 (patch)
tree661ac3c986d69876eda544a8292949e924e819ad /platform/x11/detect.py
parent16ba665db6bbd7f15aadc35fda87d69d0b220bf7 (diff)
downloadgodot-c31ad71f10f68705a456b4257c084d4008c34370.tar.gz
godot-c31ad71f10f68705a456b4257c084d4008c34370.tar.zst
godot-c31ad71f10f68705a456b4257c084d4008c34370.zip
Diffstat (limited to 'platform/x11/detect.py')
-rw-r--r--platform/x11/detect.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py
index 98774e855..10e44976c 100644
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -149,7 +149,8 @@ def configure(env):
if (env["freetype"]=="yes"):
env.ParseConfig('pkg-config freetype2 --cflags --libs')
-
+ if (env["enet"] == "system"):
+ env.ParseConfig('pkg-config libenet --cflags --libs')
env.Append(CPPFLAGS=['-DOPENGL_ENABLED'])