From: Lars Op den Kamp Date: Wed, 27 Jun 2012 17:01:10 +0000 (+0200) Subject: fix OS-X build X-Git-Tag: upstream/2.2.0~1^2~21^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=ebefc26c10d68ba9ced2a30c896dccc81c6c2eeb fix OS-X build --- 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"