diff options
Diffstat (limited to 'source/l/harfbuzz/harfbuzz.SlackBuild')
-rwxr-xr-x | source/l/harfbuzz/harfbuzz.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/harfbuzz/harfbuzz.SlackBuild b/source/l/harfbuzz/harfbuzz.SlackBuild index 4e0ccddbd..c8e417151 100755 --- a/source/l/harfbuzz/harfbuzz.SlackBuild +++ b/source/l/harfbuzz/harfbuzz.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2013, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -96,7 +96,7 @@ meson setup \ --buildtype=release \ -Dglib=enabled \ -Dgobject=enabled \ - -Dgraphite=enabled \ + -Dgraphite2=enabled \ -Dintrospection=enabled \ -Dtests=disabled \ -Dbenchmark=disabled \ |