summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2022-06-16 21:44:04 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-06-17 20:42:43 +0930
commitf0ba2165a6a23bdbc9d6e93da4231c2cac77a2c2 (patch)
treec609b1624b65098467ca6f66e94c947fdc828923 /meson.build
parentb5d2395a5fd9f357839df8c5e6d4dae1ac302e13 (diff)
downloadcairo-f0ba2165a6a23bdbc9d6e93da4231c2cac77a2c2.tar.gz
Add color palette option
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 35ae65b59..1080c6614 100644
--- a/meson.build
+++ b/meson.build
@@ -326,7 +326,7 @@ if freetype_dep.found()
'FT_Library_SetLcdFilter',
'FT_Get_Var_Design_Coordinates',
'FT_Done_MM_Var',
- 'FT_Palette_Set_Foreground_Color',
+ 'FT_Palette_Select',
]
if freetype_dep.type_name() == 'internal'