Fix some typo's and clean up indentation.

This commit is contained in:
Sebastiaan Lokhorst 2015-07-05 11:23:57 +02:00
parent 043a0f7ab3
commit d3c45adf34
3 changed files with 6 additions and 8 deletions

View file

@ -42,7 +42,7 @@ include_directories( ${PROJECT_BINARY_DIR}
src/launcher src/launcher
src/tooltip src/tooltip
src/util src/util
src/freespace src/freespace
${X11_INCLUDE_DIRS} ${X11_INCLUDE_DIRS}
${PANGOCAIRO_INCLUDE_DIRS} ${PANGOCAIRO_INCLUDE_DIRS}
${PANGO_INCLUDE_DIRS} ${PANGO_INCLUDE_DIRS}
@ -68,8 +68,8 @@ set( SOURCES src/config.c
src/taskbar/taskbar.c src/taskbar/taskbar.c
src/taskbar/taskbarname.c src/taskbar/taskbarname.c
src/tooltip/tooltip.c src/tooltip/tooltip.c
src/freespace/freespace.c src/freespace/freespace.c
src/util/area.c src/util/area.c
src/util/common.c src/util/common.c
src/util/strnatcmp.c src/util/strnatcmp.c
src/util/timer.c src/util/timer.c

View file

@ -7,5 +7,4 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make make
sudo make install 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 ../'

View file

@ -1,4 +1,3 @@
DEPENDENCIES: DEPENDENCIES:
cairo (whit X support), pango, glib2, libX11, libXinerama, libXrandr, libXrender, libXcomposite, libXdamage imlib2 (with X support) cairo (with X support), pango, glib2, libX11, libXinerama, libXrandr, libXrender, libXcomposite, libXdamage, imlib2 (with X support)
you might need -dev packages on debian you might need -dev packages on Debian