mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:43:39 +02:00
Linux build: Fix problem with pointing hand mouse cursor not using the system theme on some linux systems
The actual fix involved patching the version fo Qt bundled with calibre, see https://bugreports.qt.io/browse/QTBUG-41151
This commit is contained in:
parent
899d358e5c
commit
af2be3287f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
sudo visudo (all no password actions for user)
|
||||
sudo apt-get install build-essential module-assistant vim zsh vim-scripts rsync \
|
||||
htop nasm unzip libdbus-1-dev cmake libltdl-dev libudev-dev apt-file \
|
||||
htop nasm unzip libdbus-1-dev cmake libltdl-dev libudev-dev apt-file p7zip \
|
||||
libdbus-glib-1-dev libcups2-dev "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev \
|
||||
libxrender-dev flex bison gperf libasound2-dev libgstreamer0.10-dev \
|
||||
libgstreamer-plugins-base0.10-dev libpulse-dev libgtk2.0-dev libffi-dev xcb-proto python-xcbgen dh-autoreconf
|
||||
|
|
|
|||
Loading…
Reference in a new issue