From 1ddec34045a732d2dc6d7261c17880d7f3e58459 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 1 Jul 2011 23:25:08 -0700 Subject: [PATCH] in progress, need libxss-dev for screensaverpoking --- Makefile | 5 +++-- README | 2 +- TODO | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2