in progress, need libxss-dev for screensaverpoking
authordaniel watson <ozzloy@gmail.com>
Sat, 2 Jul 2011 06:25:08 +0000 (23:25 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sat, 2 Jul 2011 06:25:08 +0000 (23:25 -0700)
Makefile
README
TODO

index 329027ca5ad1c5bc6825e44f85a69e8e5df92453..9603c5989ebf7cae92caf2bd50727f8e393a5255 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-
 all: oble
 
 PKGS = opencv x11 xext xscrnsaver
@@ -16,10 +15,12 @@ oble: $(OBJS)
 test: all
        ./oble -c /usr/share/opencv/haarcascades/haarcascade_frontalface_alt.xml
 
+dependencies:
+       sudo aptitude install -y libxss-dev
+
 clean:
        rm -rf oble *.o
 
 new: clean all
 
 .PHONY: clean
-
diff --git a/README b/README
index 7ca1538cb61db35f9847fc57ae5e4054c28b758b..37340145e2d781d935e63026b7b0d5b20c735ff5 100644 (file)
--- a/README
+++ b/README
@@ -2,4 +2,4 @@ prevent the system from sleeping when a user is looking at the screen.
 
 this is accomplished using a camera and opencv to detect a face.
 
-this readme is woefully short.  feel free to write more
+this readme is woefully short.
diff --git a/TODO b/TODO
index e70bd335c5bc63127badd66cc5f2a828499f49c3..c1b46c140c5fbe1a45864c75c6f7339fa00a8914 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+* check if file passed in with -c switch exists, complain if not
 FOR SCREENSAVER:
 * gnome-screensaver-command --poke
        * find irc channel to ask if my understanding is correct