Skip to content

Commit

Permalink
Update Qt to use reMarkable's qtbase (#22)
Browse files Browse the repository at this point in the history
* Update Qt to 5.15.1 and use reMarkable's qt source

* Fix init-repository call
  • Loading branch information
Eeems authored Jul 25, 2023
1 parent 1d79557 commit a685a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& cd /root \
&& git clone https://code.qt.io/qt/qt5.git \
&& cd qt5 \
&& git checkout dd11f01de7416b650b58c13e18146533d764477c \
&& perl init-repository --module-subset=essential,-qtmultimedia,-qttools,qtgraphicaleffects,qtquickcontrols2,qtsvg,qtwebsockets \
&& git checkout 0f7f776d3915ef16a9c737141994284f035aa3b1 \
&& GIT_ASKPASS="/bin/echo" perl init-repository --module-subset=essential,-qtmultimedia,-qttools,qtgraphicaleffects,qtquickcontrols2,qtsvg,qtwebsockets --mirror=https://github.com/reMarkable/ \
# Setup reMarkable mkspec
&& mv /linux-arm-remarkable-g++ qtbase/mkspecs/devices \
&& cd .. \
Expand Down

0 comments on commit a685a93

Please sign in to comment.