diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-04 21:30:53 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-04 21:30:53 +0800 |
| commit | 327f54b605b92a7b81a5a4de95f9f3741b786be5 (patch) | |
| tree | c296f0de50253a8378f297c5aaacb263a0c54ac4 /lib/meson-projects/meson.build | |
| parent | 43285bf1374c68b9703e002702e14dc1c186c358 (diff) | |
| download | cru-327f54b605b92a7b81a5a4de95f9f3741b786be5.tar.gz cru-327f54b605b92a7b81a5a4de95f9f3741b786be5.tar.bz2 cru-327f54b605b92a7b81a5a4de95f9f3741b786be5.zip | |
Remove meson related things.
Diffstat (limited to 'lib/meson-projects/meson.build')
| -rw-r--r-- | lib/meson-projects/meson.build | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/meson-projects/meson.build b/lib/meson-projects/meson.build deleted file mode 100644 index 5efa46af..00000000 --- a/lib/meson-projects/meson.build +++ /dev/null @@ -1,26 +0,0 @@ -project('cru-deps', 'c', 'cpp') - -hello_word_test = ''' -#include <stdio.h> - -int main() { - printf("Hello world!"); - return 0; -} -''' - -cc = meson.get_compiler('c') -hello_world_result = cc.run(hello_word_test, name: 'hello world') - -if hello_world_result.returncode() != 0 - error('Failed to hello world!') -endif - -if get_option('cairo').enabled() - subproject('cairo') -endif - -if get_option('pango').enabled() - subproject('pango') -endif - |
