diff options
| -rwxr-xr-x | debian/_buildscripts/local/01_base_01.sh | 3 | ||||
| -rw-r--r-- | debian/_buildscripts/local/README.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/01_base_01.sh b/debian/_buildscripts/local/01_base_01.sh index 6ffe8ee1c..ed8c46d62 100755 --- a/debian/_buildscripts/local/01_base_01.sh +++ b/debian/_buildscripts/local/01_base_01.sh @@ -11,6 +11,9 @@ build_module "dependencies/libart-lgpl" build_module "dependencies/libcaldav" build_module "dependencies/libcarddav" build_module "dependencies/tqt" +if [[ "$DEFAULT_REPO_BRANCH" == "r14.1.x" ]]; then + build_module "dependencies/tqtinterface" +fi build_module "dependencies/arts" build_module "dependencies/dbus-1-tqt" build_module "dependencies/tqca" diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index 83300c7af..500435c09 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -22,7 +22,8 @@ A) Environment preparation Different instructions will be provided where necessary, based on the choice made. More on this at point 9). -1) Install following packages: bc, cdbs, git, pbuilder, quilt, rsync, sudo and required dependencies. +1) Install following packages: bc, build-essential, cdbs, debhelper, fakeroot, git, pbuilder, quilt, + rsync, sudo and required dependencies. To build some python related packages, you will also need to install dh-python and python3-setuptools. NOTE: pytdeextensions requires some actions before you can build it (even in a clean environment) due to the current build scripts |
