diff options
author | amy <[email protected]> | 2024-10-24 12:46:38 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-24 12:46:38 -0500 |
commit | 1f7a881b519541394fb27bfe244f05f723415729 (patch) | |
tree | 449b04ebc0c334f3d1ba6a425e738331a80e4249 /meson.build | |
parent | 6fe9f31f55a291bf738c8b76b75190a4ac909df1 (diff) | |
parent | be5a78ac298f3b23c9955022ad35a18180a5894a (diff) |
Merge branch 'wlrfx:main' into main
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index fadad55..4451149 100644 --- a/meson.build +++ b/meson.build @@ -178,7 +178,7 @@ scenefx = declare_dependency( meson.override_dependency('scenefx', scenefx) if get_option('examples') - # TODO: subdir('examples') + subdir('examples') subdir('tinywl') endif |