diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-27 00:19:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-27 00:19:16 +0300 |
commit | ad933d5e99371ca991c8534543849fa85cd3e683 (patch) | |
tree | e179ff4c4da2aab8acfa11e674b713dc382fc346 /xorg | |
parent | 175c1f2c0681ab17725722102aa039a6880cb5a7 (diff) | |
download | repository-ad933d5e99371ca991c8534543849fa85cd3e683.tar.gz |
cairo: build static library
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/cairo/build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg/cairo/build b/xorg/cairo/build index 9f5f48e8..90ed8ead 100755 --- a/xorg/cairo/build +++ b/xorg/cairo/build @@ -12,7 +12,6 @@ sed_i "s/BUILD_SPHINX_FALSE='#'/BUILD_SPHINX_FALSE=/" configure ./configure \ --prefix=/usr \ - --disable-static \ --enable-tee \ --enable-gl \ --enable-egl \ |