Archived
2
0

static link libclipboard

This commit is contained in:
Craig
2020-02-11 21:10:10 +00:00
parent 92f2156eef
commit e1aa9ccdc4
3 changed files with 4 additions and 21 deletions

View File

@ -102,7 +102,7 @@ RUN set -eux; \
cd /tmp ; \
git clone https://github.com/jtanx/libclipboard ; \
cd libclipboard ; \
cmake -DBUILD_SHARED_LIBS=ON -DLIBCLIPBOARD_FORCE_X11=on -DLIBCLIPBOARD_ADD_SOVERSION=ON --prefix=/usr/local . ; \
cmake . ; \
make -j4; \
make install; \
rm -rf /tmp/libclipboard