diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-06 16:13:50 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-06 16:13:50 +0200 |
commit | 6a5d5b204569fc6abe6cb5a8ac338350eb5e923d (patch) | |
tree | 04339a65d987c0bed58c9e1eeb0a3742e7c95705 /modules/window/SConstruct | |
parent | e42c3750013e634bbe1834e3e684367e42814b97 (diff) |
Fixed xcb windows
Diffstat (limited to 'modules/window/SConstruct')
-rw-r--r-- | modules/window/SConstruct | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/window/SConstruct b/modules/window/SConstruct index 3017baf..23a5195 100644 --- a/modules/window/SConstruct +++ b/modules/window/SConstruct @@ -46,7 +46,7 @@ env_vars.Add('prefix', env_vars.Add( BoolVariable('build_examples', help='Build examples', - default=False + default=True ) ); @@ -59,6 +59,9 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], ,'forstio-io' ,'forstio-async' ,'forstio-codec' + ,'libX11' + ,'libxcb' + ,'libX11-xcb' ] ); |