From ebefc26c10d68ba9ced2a30c896dccc81c6c2eeb Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Wed, 27 Jun 2012 19:01:10 +0200 Subject: [PATCH] fix OS-X build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3098d00..9e72964 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ case "${host}" in LIBS+=" -lrt" ;; *-apple-darwin*) + LIBS+="-framework CoreVideo -framework IOKit" ;; *-freebsd*) ;; @@ -42,7 +43,6 @@ case "${host}" in ;; *-apple-darwin*) has_libudev="no"; - LIBS+="-framework CoreVideo -framework IOKit" ;; *-freebsd*) has_libudev="no" -- 2.34.1