summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2020-09-14 15:38:00 -0400
committerAndrew Opalach <andrew@akon.city> 2020-09-14 15:38:00 -0400
commit41cac0a7b0010adbde235a2d909f44910d48bded (patch)
tree166ba3c5572587dbaddfa4117b7ee5ef663386bc /subprojects
parent43d168fb2bea3b45da275f34d9d59c62bfdb89ae (diff)
downloadmauri-41cac0a7b0010adbde235a2d909f44910d48bded.tar.gz
mauri-41cac0a7b0010adbde235a2d909f44910d48bded.tar.bz2
mauri-41cac0a7b0010adbde235a2d909f44910d48bded.zip
handle blending modes and refactor
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/stb_image/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/stb_image/meson.build b/subprojects/stb_image/meson.build
index 0f7515f..6a1e2ad 100644
--- a/subprojects/stb_image/meson.build
+++ b/subprojects/stb_image/meson.build
@@ -1,5 +1,4 @@
project('stb_image', 'c')
-stbi_inc = include_directories('.')
-stbi = declare_dependency(include_directories: stbi_inc)
+stbi = declare_dependency(include_directories: include_directories('.'))