Skip to content

Commit

Permalink
Fix some typo's and clean up indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
slokhorst committed Jul 5, 2015
1 parent 043a0f7 commit d3c45ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include_directories( ${PROJECT_BINARY_DIR}
src/launcher
src/tooltip
src/util
src/freespace
src/freespace
${X11_INCLUDE_DIRS}
${PANGOCAIRO_INCLUDE_DIRS}
${PANGO_INCLUDE_DIRS}
Expand All @@ -68,8 +68,8 @@ set( SOURCES src/config.c
src/taskbar/taskbar.c
src/taskbar/taskbarname.c
src/tooltip/tooltip.c
src/freespace/freespace.c
src/util/area.c
src/freespace/freespace.c
src/util/area.c
src/util/common.c
src/util/strnatcmp.c
src/util/timer.c
Expand Down
3 changes: 1 addition & 2 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install

To see additional options you can do after the cmake step a 'cmake -L ../'

To see additional options you can set at the 'cmake' step, run 'cmake -L ../'
5 changes: 2 additions & 3 deletions README.source
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
DEPENDENCIES:
cairo (whit X support), pango, glib2, libX11, libXinerama, libXrandr, libXrender, libXcomposite, libXdamage imlib2 (with X support)
you might need -dev packages on debian

cairo (with X support), pango, glib2, libX11, libXinerama, libXrandr, libXrender, libXcomposite, libXdamage, imlib2 (with X support)
you might need -dev packages on Debian

0 comments on commit d3c45ad

Please sign in to comment.