diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-27 00:09:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-27 00:09:39 +0300 |
commit | 175c1f2c0681ab17725722102aa039a6880cb5a7 (patch) | |
tree | 7bd2973d7edc7cbd8ec92f05d2f6e8a26233c70c /extra/atk | |
parent | e8f622ce28eb841bfa718a7c2b92191bf3d84b90 (diff) | |
download | repository-175c1f2c0681ab17725722102aa039a6880cb5a7.tar.gz |
atk: build static library
Diffstat (limited to 'extra/atk')
-rwxr-xr-x | extra/atk/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/atk/build b/extra/atk/build index 58e9cf84..376839ad 100755 --- a/extra/atk/build +++ b/extra/atk/build @@ -6,6 +6,7 @@ meson \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ + -Ddefault_library=both \ -Ddocs=false \ -Dintrospection=false \ . output |