Skip to content

Commit

Permalink
Enable KIS_TABLET in AppImage build
Browse files Browse the repository at this point in the history
  • Loading branch information
callaa committed Feb 25, 2018
1 parent 63c0994 commit 950633d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appimage/Build-client
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git apply pkg/appimage/appimage-client.patch
mkdir -p $BUILDDIR
mkdir -p $APPDIR
cd $BUILDDIR
cmake3 $WORKDIR -DSERVER=OFF -DINSTALL_DOC=OFF -DCMAKE_INSTALL_PREFIX=$APPDIR/usr
cmake3 $WORKDIR -DSERVER=OFF -DINSTALL_DOC=OFF -DKIS_TABLET=ON -DCMAKE_INSTALL_PREFIX=$APPDIR/usr
make -j5
make install

Expand Down

0 comments on commit 950633d

Please sign in to comment.