diff options
| author | Jonathan Bauer | 2014-05-27 15:20:15 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-27 15:20:15 +0200 |
| commit | 7095d0d2624f0b1b3d1f8cb8c985362f52232685 (patch) | |
| tree | 55c569f97913077087363506e0b01ad5daacd118 /remote/modules | |
| parent | [brazilian] add executable flag (diff) | |
| download | tm-scripts-7095d0d2624f0b1b3d1f8cb8c985362f52232685.tar.gz tm-scripts-7095d0d2624f0b1b3d1f8cb8c985362f52232685.tar.xz tm-scripts-7095d0d2624f0b1b3d1f8cb8c985362f52232685.zip | |
[printergui] ghostscript binary fishing
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/printergui/module.conf.ubuntu | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu index 2f679912..3099f190 100644 --- a/remote/modules/printergui/module.conf.ubuntu +++ b/remote/modules/printergui/module.conf.ubuntu @@ -1,7 +1,11 @@ REQUIRED_INSTALLED_PACKAGES=" -libcups2-dev -libqt4-dev + libcups2-dev + libqt4-dev + ghostscript " REQUIRED_CONTENT_PACKAGES=" -libcups2-dev + libcups2-dev +" +REQUIRED_BINARIES+=" + gs " |
