diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-10 10:17:53 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-10 10:17:53 -0400 |
commit | febb529f13d20ac62fe9bd513f8853fa7923c7ee (patch) | |
tree | a6e73884ae135c4a1fa7a3149d44aaee1f2f025f | |
parent | Adjust the window check/resize routine a bit more. Now it seems to workmuch b... (diff) | |
parent | Merge pull request #134 from pcbsd/linux (diff) | |
download | lumina-febb529f13d20ac62fe9bd513f8853fa7923c7ee.tar.gz lumina-febb529f13d20ac62fe9bd513f8853fa7923c7ee.tar.bz2 lumina-febb529f13d20ac62fe9bd513f8853fa7923c7ee.zip |
Merge branch 'master' of github.com:pcbsd/lumina
-rw-r--r-- | DEPENDENCIES | 3 | ||||
-rw-r--r-- | lumina-wm-INCOMPLETE/DEPENDENCIES | 17 |
2 files changed, 17 insertions, 3 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 31199420..3cf2c836 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -81,9 +81,6 @@ X.org and XCB extensions (possibly the XLib libraries above during the transitio libxrender-dev libxcb-image0-dev - These additional dependencies are needed to build the window manager: - libxcb-screensaver0-dev - These packages are required for running Lumina on Linux fluxbox kde-style-oxygen diff --git a/lumina-wm-INCOMPLETE/DEPENDENCIES b/lumina-wm-INCOMPLETE/DEPENDENCIES new file mode 100644 index 00000000..63b18ab7 --- /dev/null +++ b/lumina-wm-INCOMPLETE/DEPENDENCIES @@ -0,0 +1,17 @@ +Most dependencies required to build Lumina are listed in the +DEPENDENCIES file in the directory above this one. The following +are dependencies specific to Lumina's window manager. + + +FreeBSD/PC-BSD +======================= + + + + +Linux (Debian/Ubuntu) +======================= + +libxcb-screensaver0-dev + + |