diff options
| author | allusive-dev <[email protected]> | 2023-09-19 17:47:33 +1000 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-09-19 17:47:33 +1000 |
| commit | a93aba600b1c5d019b680b9f4ff3fa85d5d43a60 (patch) | |
| tree | 77f8152222655657472a70e0bfa413a0495dd555 /src/backend/meson.build | |
| parent | reset (diff) | |
| download | compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.tar.xz compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.zip | |
Fixed broken files/code and other errors
Diffstat (limited to 'src/backend/meson.build')
| -rw-r--r-- | src/backend/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/backend/meson.build b/src/backend/meson.build new file mode 100644 index 0000000..b8f0ad9 --- /dev/null +++ b/src/backend/meson.build @@ -0,0 +1,7 @@ +# enable xrender +srcs += [ files('backend_common.c', 'xrender/xrender.c', 'dummy/dummy.c', 'backend.c', 'driver.c') ] + +# enable opengl +if get_option('opengl') + srcs += [ files('gl/gl_common.c', 'gl/glx.c') ] +endif |