diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:21:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:21:11 +0300 |
commit | 4b886a942bc5f1f0ae48e8510de35353880788ae (patch) | |
tree | 9b89b4138e1ab34b5181171b889bfb16960fa296 /wayland | |
parent | 609e4c30c163b68d32e11a4c9ca06dfe00abd55c (diff) | |
download | repository-4b886a942bc5f1f0ae48e8510de35353880788ae.tar.gz |
fcft: use cl-meson
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/fcft/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wayland/fcft/build b/wayland/fcft/build index c546b45e..3fb5a269 100755 --- a/wayland/fcft/build +++ b/wayland/fcft/build @@ -2,8 +2,8 @@ export DESTDIR=$1 -meson \ - --prefix=/usr \ +cl-meson \ + -Dtext-shaping=enabled \ . output ninja -C output |