mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 01:23:13 +02:00
Start work on new build infrastructure
This commit is contained in:
parent
63c1aa15e4
commit
50f6f9ea8f
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -52,3 +52,5 @@ recipes/debug
|
|||
.idea
|
||||
/*env*/
|
||||
cmake-build-*
|
||||
bypy/linux
|
||||
bypy/sources-cache
|
||||
|
|
|
|||
4
bypy/linux.conf
Normal file
4
bypy/linux.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
image 'https://partner-images.canonical.com/core/xenial/current/ubuntu-xenial-core-cloudimg-{}-root.tar.gz'
|
||||
|
||||
# Build time deps for Qt. See http://doc.qt.io/qt-5/linux-requirements.html and https://wiki.qt.io/Building_Qt_5_from_Git
|
||||
deps 'flex bison gperf ruby libx11-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev xkb-data libglu1-mesa-dev libgtk2.0-dev'
|
||||
Loading…
Reference in a new issue