diff options
| author | Christian Rößler | 2013-08-29 19:26:15 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-29 19:26:15 +0200 |
| commit | e96a80654f5511ece1238d815bbf972f3ac7c240 (patch) | |
| tree | 7201d3b8f38d9450dccfc4fb4ff6345e884f5ec2 /remote/modules/openbox | |
| parent | [vbox] Extended addon-init: Some group things and dir under /dev (diff) | |
| parent | [vbox] Some directory cleaning (diff) | |
| download | tm-scripts-e96a80654f5511ece1238d815bbf972f3ac7c240.tar.gz tm-scripts-e96a80654f5511ece1238d815bbf972f3ac7c240.tar.xz tm-scripts-e96a80654f5511ece1238d815bbf972f3ac7c240.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/openbox')
| -rw-r--r-- | remote/modules/openbox/openbox.conf.opensuse | 2 | ||||
| -rw-r--r-- | remote/modules/openbox/openbox.conf.ubuntu | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/remote/modules/openbox/openbox.conf.opensuse b/remote/modules/openbox/openbox.conf.opensuse index eb0eb559..c06a89b2 100644 --- a/remote/modules/openbox/openbox.conf.opensuse +++ b/remote/modules/openbox/openbox.conf.opensuse @@ -1,10 +1,12 @@ REQUIRED_INSTALLED_PACKAGES=" openbox libpango-1_0-0 + pango-tools " REQUIRED_CONTENT_PACKAGES=" openbox libpango-1_0-0 + pango-tools " REQUIRED_DIRECTORIES+=" /usr/$LIB64 diff --git a/remote/modules/openbox/openbox.conf.ubuntu b/remote/modules/openbox/openbox.conf.ubuntu index 49589258..b10bd40d 100644 --- a/remote/modules/openbox/openbox.conf.ubuntu +++ b/remote/modules/openbox/openbox.conf.ubuntu @@ -1,10 +1,14 @@ REQUIRED_INSTALLED_PACKAGES=" openbox libpango1.0-0 + libpango1.0-dev + libdbus-1-dev " REQUIRED_CONTENT_PACKAGES=" openbox libpango1.0-0 + libpango1.0-dev + libdbus-1-dev " REQUIRED_DIRECTORIES+=" /usr/lib |
