From: daniel watson Date: Sat, 2 Jul 2011 06:25:08 +0000 (-0700) Subject: in progress, need libxss-dev for screensaverpoking X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=commitdiff_plain;h=1ddec34045a732d2dc6d7261c17880d7f3e58459 in progress, need libxss-dev for screensaverpoking --- diff --git a/Makefile b/Makefile index 329027c..9603c59 100644 --- 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 7ca1538..3734014 100644 --- 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 e70bd33..c1b46c1 100644 --- 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